Version

CalculatedMemberViewModel Class Members

The following tables list the members exposed by CalculatedMemberViewModel.

Public Constructors
 NameDescription
Public ConstructorCalculatedMemberViewModel ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCaptionGets or sets the string representation for the item. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyCompareKeyOverridden. Gets an instance of object which uniquely identifies this instance.  
Public PropertyExpressionGets or sets the MDX expression which this element evaluates. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyFormatStringGets or sets a Microsoft Office style format string used by client application. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyHasPendingChangesGets a value indicating whether this instance has uncommited changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyIsReadOnlyGets or sets a value indicating whether the value of Expression property can be modified. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyMemberGets the Infragistics.Olap.Data.ICalculatedOlapElement instance. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyNameGets the name of the element. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyParentGets 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.  
Public PropertySolveOrderGets or sets the order in which calculated member is evaluated if there is an intersection between multiple calcualted mambers. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyUniqueNameOverridden. Gets the unique name of the element.  
Public Methods
 NameDescription
Public MethodCommitChangesCalled in order to commit the pending changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public MethodCompareToCompares 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)
Public MethodRollbackChangesCalled in order to rollback the pending changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedCalled when property value changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
See Also