adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / VariableToken Class
Fields Properties Methods

In This Topic
    VariableToken Class Members
    In This Topic

    The following tables list the members exposed by VariableToken.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field The results of resolving the variable contents  
    Public Field Indicates whether expansion of the token failed  
    Public Field The name of the variable  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.  The type of token The type of token  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Indicates whether this token (or any of its descendants) is a FunctionCallToken.Indicates whether this token (or any of its descendants) is a FunctionCallToken.  
    Public MethodOverridden. Indicates whether this token (or any of its descendants) is a VariableToken.Indicates whether this token (or any of its descendants) is a VariableToken.  
    Public MethodOverridden.  Lists all function calls in this element or any of its descendants Lists all function calls in this element or any of its descendants  
    Public MethodOverridden.  Lists all variable references in this element or any of its descendants Lists all variable references in this element or any of its descendants  
    Public MethodReturns a string that represents the current object. If the variable has been successfully resolved, returns the resolved value. Otherwise returns the variable name surrounded by "%".  
    Top
    Extension Methods
     NameDescription
    Public Extension Method
    Top
    See Also