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 IViperMethodContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IViperMethodContext

The type exposes the following members.

Public Methods

  Name Description
Public method SetDefaultValue
Sets the default value in cases where no explicit default is set from SXML code.

Public Properties

  Name Description
Public property DefaultParameter
Gets the default parameter of the current Viper method.
Public property ErrorParameter
Gets the error parameter of the current Viper method.
Public property Evaluators
Gets the non-executed parameters of the current Viper method.
Public property Name
Gets the name of the executing Viper method.
Public property Parameters
Gets the parameters of the current viper method.

See Also

Advanced