The following tables list the members exposed by CalculatedMeasureViewModel.
Name | Description | |
---|---|---|
CalculatedMeasureViewModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
AggregatorType | Gets or sets the AggregatorType that identifies how a measure was derived. | |
Caption | Gets or sets the string representation for the item. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
CompareKey | Overridden. Gets an instance of object which uniquely identifies this instance. | |
DataProvider | Gets the model provider which is responsible for providing the data. | |
Description | Gets the description of the measure. | |
Expression | Gets or sets the MDX expression which this element evaluates. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
FilterableMeasureViewModel | A view model for the measure filtering dialog. | |
FormatString | Gets or sets a Microsoft Office style format string used by client application. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
GroupName | Gets the name of the measue group this instance belongs to. | |
HasPendingChanges | Gets a value indicating whether this instance has uncommited changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
IsReadOnly | Gets or sets a value indicating whether the value of Expression property can be modified. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
Measure | Gets the measure which will be used in the view model. | |
Member | Gets the Infragistics.Olap.Data.ICalculatedOlapElement instance. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
Name | Gets the name of the element. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
SolveOrder | Gets or sets the order in which calculated member is evaluated if there is an intersection between multiple calcualted mambers. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
UniqueName | Overridden. Gets the unique name of the element. | |
ViewModel | Gets the view model this instance is connected to. |
Name | Description | |
---|---|---|
CommitChanges | Called in order to commit the pending changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
RollbackChanges | Called in order to rollback the pending changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel) |
Name | Description | |
---|---|---|
OnPropertyChanged | Called when property value changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel) |