dundas.data.FormulaDefinition Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.FormulaDefinition
 

Constructors

 
  Name Description
init Initializes the FormulaDefinition. Called during construction.
 
 

Properties

 
  Name Description
caption Gets or sets the formula caption.
description Gets or sets the formula description. Inherited from dundas.data.DescriptorBase.
entityId Gets or sets the ID of the entity the formula belongs to.
id Gets or sets the formula ID. Inherited from dundas.data.DescriptorBase.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
statement Gets or sets the formula statement.
uniqueName Gets or sets the formula unique name.
 
 

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.