|
|
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# |
|
|---|---|
public class ViperMethod
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class ViperMethod
|
|
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
|
|
CleanOuterText |
Returns the cleaned outer text string
|
|
|
ContainsInvalidVipers |
Indicates whether it includes one or more vipers methods with status IsValid set to false.
|
|
|
Flags |
Gets or sets the custom Viper flags.
|
|
|
IsDeterministic |
Deterministic implies that the result only depends on the input parameters.
|
|
|
IsValid |
Indicates whether the viper is valid and executable.
|
|
|
Length | |
|
|
Name |
Gets the name of this Viper method
|
|
|
OuterText |
Returns the outer text string
|
|
|
Parameters |
Gets the parameters of this Viper method
|
|
|
Params |
Returns a ViperParameters object with the resolved viper parameters.
|
|
|
PassUnresolvedParameters |
Pass the expression itself, not the expression result, in the vipermethod parameters.
|
|
|
RawParameters |
Gets the raw parameters of this Viper method
|
|
|
StartIndex | |
|
|
UnresolvedParams |
Returns a ViperParameters object with the unresolved viper parameters.
|
See Also
Smartsite.Core Namespace