dundas.data.RelationalStructure Class

 

Inheritance Hierarchy

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

Constructors

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

Properties

 
  Name Description
columns Gets the columns.
dataElements Gets or sets the elements. Inherited from dundas.data.DataElementStructure.
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.
tableSettings Gets the provider-specific settings.
 
 

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.