MeasureExpressionData Class |
Namespace: Dundas.BI.WebApi.Models
The MeasureExpressionData type exposes the following members.
Name | Description | |
---|---|---|
MeasureExpressionData |
Initializes a new instance of the MeasureExpressionData class.
|
Name | Description | |
---|---|---|
Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData.) | |
Format |
Gets the statement format.
(Inherited from ExpressionDescriptorData.) | |
Hierarchies |
Gets the hierarchies.
| |
Id |
Gets the object ID.
(Inherited from DescriptorBaseData.) | |
IsBasedOnExternalMetrics |
Gets a value indicating whether this instance is based on a external metrics, and therefore it is a main FormulaMetricSet measure.
| |
Measures |
Gets the measures.
| |
Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData.) | |
NewUniqueName |
Gets or sets the new unique name. This is used only when the unique name of the measure usage is desired to be changed.
| |
Placeholders |
Gets the expression parameter placeholders.
(Inherited from ExpressionDescriptorData.) | |
Statement |
Gets or sets the expression statement.
(Inherited from ExpressionDescriptorData.) | |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
ToDataContractMapping |
Get the mapping rules from the entity to the data contract.
|