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

In This Topic
    FunctionCallToken Class Members
    In This Topic

    The following tables list the members exposed by FunctionCallToken.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field List of the arguments parsed for the function.  
    Public FieldThe evaluation result, if WasExpanded is true  
    Public Field Any format string appended to the function call in the token  
    Public Field The name of the function  
    Public Field Indicates whether the function has been executed and resolved.  
    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 Method Lists any function calls found in the Arguments or any of their 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 WasExpanded is true, returns the result of the script evaluation. Otherwise returns the token syntax.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method
    Top
    See Also