dundas.data.DescriptorBase Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.ComponentSetting
      dundas.data.ConnectorElement
      dundas.data.CubeDescriptor
      dundas.data.ExpressionDescriptor
      dundas.data.InputDescriptor
      dundas.data.Parameter
      dundas.data.Relationship
      dundas.data.State
      dundas.data.StateGroup
      dundas.data.TransformConnector
      dundas.notifications.CustomState
      dundas.notifications.InteractionCondition
      dundas.notifications.Notification
 

Constructors

 
  Name Description
init Initializes the ParameterValue. Called during construction.
 
 

Properties

 
  Name Description
description Gets or sets the description of this descriptor object.
id Gets or sets the ID of this descriptor object.
name Gets or sets the name of this descriptor object.
 
 

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.