dundas.data.DataElementStructure Class

 

Inheritance Hierarchy

 
Class
   dundas.data.Structure
      dundas.data.DataElementStructure
         dundas.data.RelationalStructure
 

Constructors

 
  Name Description
init Initializes the DataElementStructure. Called during construction. Inherited from dundas.data.Structure.
 
 

Properties

 
  Name Description
dataElements Gets or sets the elements.
description Gets or sets the description. Inherited from dundas.data.Structure.
id Gets or sets the ID. Inherited from dundas.data.Structure.
name Gets or sets the name. Inherited from dundas.data.Structure.
 
 

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.