dundas.data.Element Class

 

Inheritance Hierarchy

 
Class
   dundas.data.UniqueName
      dundas.data.Element
         dundas.data.AnalysisElement
         dundas.data.DataElement
 

Constructors

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

Properties

 
  Name Description
category Gets or sets the element type.
containers Gets or sets the containers for this element.
description Gets or sets the description.
entityId Gets or sets ID of the parent entity.
properties Gets or sets the data properties.
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.
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 unique name. Inherited from dundas.data.UniqueName.