dundas.data.DataProperty Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataProperty
 

Constructors

 
  Name Description
init Initializes the DataProperty. Called during construction.
 
 

Properties

 
  Name Description
name Gets or sets the name.
value Gets or sets the value.
 
 

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.