dundas.data.ExpressionDescriptor Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.ExpressionDescriptor
         dundas.data.MeasureExpression
         dundas.data.ProcessExpression
         dundas.data.ProviderExpression
         dundas.data.SelectTransformExpression
         dundas.data.TransformExpression
 

Constructors

 
  Name Description
init Initializes the ExpressionDescriptor. Called during construction.
 
 

Properties

 
  Name Description
description Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase.
format Gets the statement format.
genericParameters Gets the expression parameters.
id Gets or sets the ID of this descriptor object. Inherited from dundas.data.DescriptorBase.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
placeholders Gets the expression parameter placeholders, discovered through parsing.
statement Gets or sets the expression statement.
 
 

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.