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

The type exposes the following properties.

Public Properties

  Name Description
Public property Static member Empty
Gets a new empty string token.
Public property Level
Gets or sets the level.
Public property Static member Null
Returns a new Null ExpressionToken
Public property Operator
Gets the operator.
Public property Quoted
Gets or sets a value indicating whether this ExpressionToken is quoted.
Public property Source
Gets or sets the source of this token.
Public property Tag
Gets or sets a custom tag for this token, for tagging tokens at runtime.
Public property Type
Gets or sets the type without changing the internal value. Use method ConvertType to set/convert the existing value.
Public property TypeName
Gets the name of the type.
Public property Value
Sets or gets the typed value of a token. Supported types are string, int, bool, double, float, ViperMethod and null.
Public property Static member Void
Returns a new Void ExpressionToken

See Also

Advanced