Expression |
The ExpressionPlaceholderData type exposes the following members.
| Name | Description | |
|---|---|---|
| ExpressionPlaceholderData | Initializes a new instance of the ExpressionPlaceholderData class. |
| Name | Description | |
|---|---|---|
| Aggregator | Gets or sets the aggregator for the placeholder element, if applicable. | |
| BooleanValue | Gets or sets the Boolean value for the parameter. | |
| Caption | Gets or sets the placeholder notation as defined by the user, in accordance with specific notation rules. | |
| ChangeToType | Gets or sets the type of this placeholder to change to. | |
| DataElement | Gets the data element name. The property is available only when defining multi-value parameters used in a provider expression. | |
| DateTimeValue | Gets or sets the dateTime value for the parameter. | |
| DateTimeValues | Gets the collection of dateTime values for the parameter. | |
| Element | Gets the connector element. | |
| HierarchyUniqueName | Gets or sets the unique name of the hierarchy. | |
| Id | Gets the parsed placeholder ID. | |
| MeasureUniqueName | Gets or sets the measure ID for this placeholder. | |
| MetricSetId | Gets or sets the metric set ID that the analysis element of this placeholder belongs to. | |
| NumberValue | Gets or sets the numeric value for the parameter. | |
| NumberValues | Gets the collection of numeric values for the parameter. | |
| OffsetAxis | Gets or sets a value indicating whether the offset is applied relative to the column axis. The default axis is rows. | |
| OffsetValue | Gets or sets the offset value, when the script must reference previous or next values in relation to the current value. | |
| Parameter | Gets the parameter. | |
| ParameterPlaceholderType | Gets or sets the parameter placeholder type. | |
| PlaceholderChangeType | Gets or sets the type of this placeholder to begin with. | |
| StringValue | Gets or sets the string value for the parameter. | |
| StringValues | Gets the collection of string values for the parameter. | |
| UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract) | |
| UniqueName | Gets the unique name of this placeholder if this is measure or hierarchy placeholder. |
| Name | Description | |
|---|---|---|
| ToDataContractMapping | Get the mapping rules from the entity to the data contract. | |
| ToEntityMapping | Get the mapping rules from the data contract to entity. |