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 properties.

Public Properties

  Name Description
Public property CleanOuterText
Returns the cleaned outer text string
Public property ContainsInvalidVipers
Indicates whether it includes one or more vipers methods with status IsValid set to false.
Public property Flags
Gets or sets the custom Viper flags.
Public property IsDeterministic
Deterministic implies that the result only depends on the input parameters.
Public property IsValid
Indicates whether the viper is valid and executable.
Public property Length
Public property Name
Gets the name of this Viper method
Public property OuterText
Returns the outer text string
Public property Parameters
Gets the parameters of this Viper method
Public property Params
Returns a ViperParameters object with the resolved viper parameters.
Public property PassUnresolvedParameters
Pass the expression itself, not the expression result, in the vipermethod parameters.
Public property RawParameters
Gets the raw parameters of this Viper method
Public property StartIndex
Public property UnresolvedParams
Returns a ViperParameters object with the unresolved viper parameters.

See Also

Advanced