dundas.data.ParameterToken Class

 

Inheritance Hierarchy

 
Class
   dundas.data.ParameterToken
 

Constructors

 
  Name Description
init Initializes the ParameterToken. Called during construction.
 
 

Properties

 
  Name Description
caption Gets or sets the caption.
category Gets or sets a value indicating the category of this token.
dataType Gets or sets the parameter category. Flags enum.
displayType Gets or sets the parameter value type. Flags enum.
id Gets or sets the token definition ID.
isInversionSupported Gets or sets a value indicating whether this token supports inversion.
isOffsetSupported Gets or sets a value indicating whether this token supports offset.
isResolvable Gets or sets a value indicating whether this token can be resolved.
offset Gets or sets the offset.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
resolve Resolves the token value and returns the current value for the current offset and displayType settings.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.