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 sealed class ViperRegistrations
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class ViperRegistrations

The type exposes the following methods.

Public Methods

  Name Description
Public method Add
Adds the specified viper namespace.
Public method ContainsKey
Determines whether the specified key contains key.
Public method Equals (Inherited from Object.)
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
Returns an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetMethods
Maps the specified method name and returns the available overloads.
Public method GetType (Inherited from Object.)
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 Static member InvokeInstanceViperMethod
Invoke static Viper methods.
Public method Static member InvokeStaticViperMethod
Invoke static Viper methods.
Public method IsValidViperClass
Determines whether the given class is registered.
Public method Remove
Removes the specified registration.
Public method ResolveViper
Resolves the specified Viper method.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IViperHandler..::..Initialize
Initializes the namespace handler.
Explicit interface implemetation Private method IViperHandler..::..Resolve
Resolves the specified Viper method.

See Also

Advanced