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

The type exposes the following methods.

Public Methods

  Name Description
Public method Clone
Creates a clone of this ViperMethod.
Public method Equals (Inherited from Object.)
Public method Execute
Executes the Viper method
Public method GetHashCode (Inherited from Object.)
Public method Static member GetInstanceViperMethodScope
Returns the scope of the viper method.
Public method GetType (Inherited from Object.)
Public method Static member IsInstanceViperMethod Overloaded.
Public method Static member IsValidViperMethodNameCharacter
Determines whether specified character is a valid viper method name character at given index.
Public method Static member IsViperMethodName Overloaded.
Public method ToString Overloaded.

Protected Methods

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

See Also

Advanced