dundas.data.DataCubeJoin Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataCubeJoin
 

Constructors

 
  Name Description
init Initializes the DataCubeJoin. Called during construction.
 
 

Properties

 
  Name Description
inputKeys Gets or sets the input keys.
inputNativeStructureRelationships Gets or sets the input native structure relationships.
inputStructure Gets or sets the input structure.
inputTransform Gets or sets the input transform of this join.
joinTransform Gets or sets the join transform.
joinType Gets or sets the join type for this join.
referencedKeys Gets or sets the referenced keys.
referencedNativeStructureRelationships Gets or sets the referenced native structure relationships.
referencedStructure Gets or sets the referenced structure.
referencedTransform Gets or sets the referenced transform of this join.
 
 

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.