This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface IViperRegistrations
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IViperRegistrations

The type exposes the following methods.

Public Methods

  Name Description
Public method Add
Adds the specified viper namespace.
Public method ContainsKey
Determines whether the given string matches an existing Viper Registration
Public method Get
Gets the specified Viper registration.
Public method GetAllowedZones
Returns the security zones in which the given viper method is allowed.
Public method GetEnumerator
Public method GetMethods
Maps the specified method name and returns the available overloads.
Public method ImportFromAssembly
Imports Viper registration from Viper methods defined in an assembly.
Public method ImportFromType
Imports Viper registration from Viper methods defined in a Type.
Public method IsValidViperClass
Determines whether the given class is registered.
Public method ResolveViper
Resolves a viper method.

See Also

Advanced