Version

CalculatedItemViewModel Class Members

The following tables list the members exposed by CalculatedItemViewModel.

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