dundas.formatting.FormatOptions Class

 

Inheritance Hierarchy

 
Class
   dundas.formatting.FormatOptions
 

Constructors

 
  Name Description
init Initializes the FormatOptions. Called during construction.
 
 

Properties

 
  Name Description
formatString Gets or sets the format string.
formatType Gets or sets the format type.
symbol Gets or sets the symbol.
symbolPlacement Gets or sets the symbol placement.
value Gets or sets the value to format.
 
 

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.