dundas.data.TokenDefinition Class

 

Inheritance Hierarchy

 
Class
   dundas.data.TokenDefinition
      dundas.data.AttributeToken
      dundas.data.BasicToken
      dundas.data.DataToken
      dundas.data.NamedSetToken
      dundas.data.ScriptToken
      dundas.data.TimeToken
 

Constructors

 
  Name Description
init Initializes the TokenDefinition. Called during construction.
 
 

Properties

 
  Name Description
accountId Gets or sets the account ID.
caption Gets or sets the caption.
category Gets or sets the category.
createdBy Gets or sets the created by ID.
createdTime Gets or sets the created time.
dataType Gets or sets the data type.
defaultCaption Gets or sets the default caption.
displayType Gets or sets the display type.
formatOverride Gets or sets the format override, when applicable.
id Gets or sets the ID.
isOffsetSupported Gets or sets the is Offset Supported flag.
isResolvable Gets or sets the is Resolvable flag.
projectId Gets or sets the ID of the project containing this token.
symbol Gets or sets the symbol.
tenantId Gets or sets the tenant ID.
updatedBy Gets or sets the updated by ID.
updatedTime Gets or sets the updated time.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.