![]() |
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 ExpressionToken |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class ExpressionToken |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionToken | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a new object that is a copy of the current instance.
|
![]() ![]() |
ConvertToNativeType |
Converts a given type to a native type. Supported types are left untouched, other value types are converted to a compatible native types and objects are converted to string.
|
![]() |
ConvertType |
Converts the type.
|
![]() |
Equals |
Compares the given object to
(Overrides Object..::Equals(Object).) |
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit | Overloaded. |
![]() |
GetHashCode |
Calculates the hash code for this ExpressionToken.
(Overrides Object..::GetHashCode()()()().) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
GetTypeName |
Gets the name of the type.
|
![]() |
SetOperatorType |
Sets the type of the operator.
|
![]() ![]() |
ToObjectArray |
Creates an object array from the expressiontoken collection.
|
![]() |
ToString | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
Empty |
Gets a new empty string token.
|
![]() |
Level |
Gets or sets the level.
|
![]() ![]() |
Null |
Returns a new Null ExpressionToken
|
![]() |
Operator |
Gets the operator.
|
![]() |
Quoted |
Gets or sets a value indicating whether this ExpressionToken is quoted.
|
![]() |
Source |
Gets or sets the source of this token.
|
![]() |
Tag |
Gets or sets a custom tag for this token, for tagging tokens at runtime.
|
![]() |
Type |
Gets or sets the type without changing the internal value. Use method ConvertType to set/convert the existing value.
|
![]() |
TypeName |
Gets the name of the type.
|
![]() |
Value |
Sets or gets the typed value of a token.
Supported types are string, int, bool, double, float, ViperMethod and null.
|
![]() ![]() |
Void |
Returns a new Void ExpressionToken
|
See Also
Smartsite.Core Namespace