The following tables list the members exposed by CalculatedMemberViewModel.
Name | Description | |
---|---|---|
CalculatedMemberViewModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
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. | |
Expression | Gets or sets the MDX expression which this element evaluates. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
FormatString | Gets or sets a Microsoft Office style format string used by client application. (Inherited from Infragistics.Olap.CalculatedItemViewModel) | |
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) | |
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) | |
Parent | Gets the source Infragistics.Olap.Data.IOlapElement this instance is created on. That could be a Infragistics.Olap.Data.IDimension or an Infragistics.Olap.Data.IHierarchy which this member is associated with. | |
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. |
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) |