The following tables list the members exposed by CalculatedItemViewModel.
Name | Description | |
---|---|---|
Caption | Gets or sets the string representation for the item. | |
CompareKey | Gets an instance of object which uniquely identifies this instance. | |
Expression | Gets or sets the MDX expression which this element evaluates. | |
FormatString | Gets or sets a Microsoft Office style format string used by client application. | |
HasPendingChanges | Gets a value indicating whether this instance has uncommited changes. | |
IsReadOnly | Gets or sets a value indicating whether the value of Expression property can be modified. | |
Member | Gets the Infragistics.Olap.Data.ICalculatedOlapElement instance. | |
Name | Gets the name of the element. | |
SolveOrder | Gets or sets the order in which calculated member is evaluated if there is an intersection between multiple calcualted mambers. | |
UniqueName | Gets the unique name of the element. |
Name | Description | |
---|---|---|
CommitChanges | Called in order to commit the pending changes. | |
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. | |
RollbackChanges | Called in order to rollback the pending changes. |
Name | Description | |
---|---|---|
OnPropertyChanged | Called when property value changes. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |