Version

IFilterableMeasureViewModel Interface Members

The following tables list the members exposed by IFilterableMeasureViewModel.

Public Properties
 NameDescription
 PropertyFilterByAllGets or sets whether the condions should be applied with an AND or an OR clause. True for AND, false for OR.  
 PropertyHasConditionsIndicates whether the IFilterableMeasureViewModel has conditions.  
 PropertyHasHierarchiesIndicates whether the curent OlapViewModel has filterable hierarchies.  
 PropertyHasHierarchiesWithoutTotalsIndicates whether the curent OlapViewModel has filterable hierarchies without totals.  
 PropertyHasTwoOrMoreConditionsIndicates whether the IFilterableMeasureViewModel has two or more conditions.  
 PropertyHierarchiesWithoutTotalsContains the hierarchies without totals in the curent OlapViewModel.  
 PropertyLastValueConditionViewModelGets the last item of the ValueConditionViewModels collection.  
 PropertyMeasureGets the measure that this IFilterableMeasureViewModel is filtering.  
 PropertyOlapViewModelGets the data source associated with the measure that this IFilterableMeasureViewModel is filtering.  
 PropertyValueConditionViewModelsGets a collection of view models for the measure filter conditions.  
Public Methods
 NameDescription
 MethodAddValueConditionAdds a new IValueConditionViewModel to the condition view models collection.  
 MethodApplyConditionsApply the conditions accumulated in the view model to the data source.  
 MethodClearValueConditionsClears all items from the condition view models collection.  
 MethodFillConditionsFiil the conditions in the view model with the filters in the data source.  
 MethodRemoveValueConditionRemoves a specific IValueConditionViewModel from the condition view models collection.  
See Also