The following tables list the members exposed by IAdvancedFilterViewModel.
Name | Description | |
---|---|---|
FilterByAll | Gets or sets whether the condions should be applied with an AND or an OR clause. True for AND, false for OR. | |
FilterViewModel | Gets the IFilterViewModel associated with the filter item that this IAdvancedFilterViewModel is filtering. | |
HasConditions | Indicates whether the IAdvancedFilterViewModel has conditions. | |
HasTwoOrMoreConditions | Indicates whether the IAdvancedFilterViewModel has two or more conditions. | |
Hierarchy | Gets the hierarchy which will be filtered. | |
LabelConditionViewModels | Gets a collection of view models for the filter conditions. | |
LastLabelConditionViewModel | Gets the last item of the LabelConditionViewModels collection. | |
OlapViewModel | Gets the data source associated with the filter item that this IAdvancedFilterViewModel is filtering. |
Name | Description | |
---|---|---|
AddLabelCondition | Adds a new ILabelConditionViewModel to the condition view models collection. | |
ApplyConditions | Apply the conditions accumulated in the view model to the data source. | |
ClearLabelConditions | Clears all items from the condition view models collection. | |
FillConditions | Fiil the conditions in the view model with the filters in the data source. | |
RemoveLabelCondition | Removes a specific ILabelConditionViewModel from the condition view models collection. |