Version

CalculatedMeasureViewModel Class Members

The following tables list the members exposed by CalculatedMeasureViewModel.

Public Constructors
 NameDescription
Public ConstructorCalculatedMeasureViewModel ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAggregatorTypeGets or sets the AggregatorType that identifies how a measure was derived.  
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 PropertyDataProviderGets the model provider which is responsible for providing the data.  
Public PropertyDescriptionGets the description of the measure.  
Public PropertyExpressionGets or sets the MDX expression which this element evaluates. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyFilterableMeasureViewModelA view model for the measure filtering dialog.  
Public PropertyFormatStringGets or sets a Microsoft Office style format string used by client application. (Inherited from Infragistics.Olap.CalculatedItemViewModel)
Public PropertyGroupNameGets the name of the measue group this instance belongs to.  
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 PropertyMeasureGets the measure which will be used in the view model.  
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 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 PropertyViewModelGets the view model this instance is connected to.  
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