dundas.data.ParameterPlaceholder Class

 

Inheritance Hierarchy

 
Class
   dundas.data.ParameterPlaceholder
 

Constructors

 
  Name Description
init Class that encapsulates a user defined parameter to be used within an ExpressionDescriptor statement.
 
 

Properties

 
  Name Description
booleanValue Gets or sets the boolean value.
caption Gets or sets the caption.
dataElement Gets the data element name. The property is available only when defining multi-value parameters used in a provider expression.
dataType Gets the placeholder type.
dateTimeValue Gets of gets the date time value.
id
isPublic Gets or sets a property indicating whether or not the parameter is public.
name Gets or sets the name.
numberValue Gets or sets the number value.
parameter Gets or sets the parameter.
stringValue Gets or sets the string value.
supportsCollection Gets or sets a property indicating whether or not the parameter supports collection values.
 
 

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.