dundas.data.DataElement Class

 

Inheritance Hierarchy

 
Class
   dundas.data.UniqueName
      dundas.data.Element
         dundas.data.DataElement
            dundas.data.RelationalColumn
 

Constructors

 
  Name Description
init Initializes the DataElement. Called during construction. Inherited from dundas.data.UniqueName.
 
 

Properties

 
  Name Description
category Gets or sets the element type. Inherited from dundas.data.Element.
containers Gets or sets the containers for this element. Inherited from dundas.data.Element.
dataElementStructureId Gets or sets the parent data element structure ID (if there is one).
dataFormat Gets or sets the data format.
dataType Gets or sets the data type.
description Gets or sets the description. Inherited from dundas.data.Element.
entityId Gets or sets ID of the parent entity. Inherited from dundas.data.Element.
properties Gets or sets the data properties. Inherited from dundas.data.Element.
sourceFormat Gets the source numeric format.
uniqueName Gets or sets the unique name. Inherited from dundas.data.UniqueName.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
isPrimaryKey Returns a value indicating whether this element is a primary key in the source or not. Inherited from dundas.data.Element.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Creates a string representation of this data type. Inherited from dundas.data.UniqueName.