dundas.data.MemberValue Class

 

Inheritance Hierarchy

 
Class
   dundas.data.MemberValue
 

Constructors

 
  Name Description
init Initializes the MemberValue. Called during construction.
 
 

Properties

 
  Name Description
hierarchyUniqueName Gets the hierarchy unique name.
levelDepth Gets or sets the depth of member's level.
levelUniqueName Gets or sets the unique name of the member's level.
memberKind Gets or sets a value indicating the member kind.
memberTime Gets the member time value, when appropriate. Only applicable for time hierarchies, and can be optionally used instead of providing a member.
parentMemberUniqueName Gets or sets the parent member unique name. The value is used only when data is retrieved, not for filtering.
uniqueName Gets or sets unique name of the member.
upperBoundaryTime Gets or sets the upper boundary time. Only applicable for time hierarchies, and can be optionally used instead of providing a member.
 
 

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.