dundas.data.ElementContainer Class

 

Inheritance Hierarchy

 
Class
   dundas.data.UniqueName
      dundas.data.ElementContainer
 

Constructors

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

Properties

 
  Name Description
ancestryUniqueName Gets or sets the ancestry unique name which can be used to uniquely identify this particular container.
caption Gets or sets caption.
category Gets or sets the element container type.
description Gets or sets the description.
parentContainer Gets or sets the parent container.
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.
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.