|
 | includeLowerBoundary |
Gets or sets a value indicating whether the range includes the lower boundary.
Inherited from dundas.data.RangeParameterValue.
|
 | includeUpperBoundary |
Gets or sets a value indicating whether the range includes the upper boundary.
Inherited from dundas.data.RangeParameterValue.
|
 | isInverted |
Gets or sets a value indicating whether this instance value is inverted.
Inherited from dundas.data.ParameterValue.
|
 | lastModifiedTime |
Gets or sets the time, in coordinated universal time (UTC), that the parameter value was last written to.
This property might be null.
Inherited from dundas.data.ParameterValue.
|
 | lowerBoundaryToken |
Gets or sets the lower boundary token, if applicable.
Inherited from dundas.data.RangeParameterValue.
|
 | lowerBoundaryValue |
Gets or sets the discrete lower boundary value.
Inherited from dundas.data.RangeParameterValue.
|
 | parameterId |
Gets or sets the parameter ID the current value is defined for.
Inherited from dundas.data.ParameterValue.
|
 | parameterValueType |
Gets the type of the parameter value. This value is used by the server to identify the brush type.
This value cannot be set in JavaScript. Instead, the derived class type should be used.
Flags enum.
Inherited from dundas.data.ParameterValue.
|
 | resolvedParameterValue |
Gets a parameter value with the resolved discrete values if a token has been used on this parameter value.
This will only be populated if resolve has been called and finished at some point on this parameter value.
Inherited from dundas.data.ParameterValue.
|
 | token |
Gets or sets the discrete parameter token, if applicable.
Inherited from dundas.data.ParameterValue.
|
 | upperBoundaryToken |
Gets or sets the upper boundary token, if applicable.
Inherited from dundas.data.RangeParameterValue.
|
 | upperBoundaryValue |
Gets or sets the discrete upper boundary value.
Inherited from dundas.data.RangeParameterValue.
|