The following tables list the members exposed by FilterViewModelBase.
Name | Description | |
---|---|---|
FilterViewModelBase Constructor | Overloaded. |
Name | Description | |
---|---|---|
FilterMembersPropertyName | Constant for the name of FilterMembers property to be used in PropertyChanged event | |
IsExpandedPropertyName | Constant for the name of IsExpanded property to be used in PropertyChanged event |
Name | Description | |
---|---|---|
AdvancedFilterViewModel | Gets the view model for the advanced filtering. | |
Caption | Gets the string representation for the filter. | |
CompareKey | Gets an instance of object which uniquely identifies this instance. | |
DataProvider | Gets the model provider which is responsible for providing the data. | |
FilterMembers | Gets the filter members. The collection contains all the members in the root level | |
HasPendingChanges | Gets a value indicating whether this instance has uncommited changes. | |
Hierarchy | Gets the hierarchy which will be used for filling the filter members. | |
IsAllSelected | Gets or sets a value indicating whether all Infragistics.Olap.Data.IFilterMember instances of FilterMembers collection are selected. | |
IsDirty | Gets or sets a value indicating whether this instance has pending changes. | |
IsLoadingMembers | Gets a value indicating whether the loading of FilterMembers is in progress. | |
ParentInFront | Gets or sets a value indicating whether parent is in front of children. | |
ViewModel | The IOlapViewModel for this filter item. |
Name | Description | |
---|---|---|
AttachToProvider | Connects this FilterViewModelBase with particular IDataProvider. | |
CommitChanges | Called in order to commit the pending changes. | |
CompareTo | Compares 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. | |
ContainsFilterMember | Determines whether a filter member is found in children filter members of this instance for the specified member. | |
DetachFromProvider | Disconnects this FilterViewModelBase from particular IDataProvider. | |
GetFilterMember | Overloaded. Gets the filter member related to given Infragistics.Olap.Data.IMember. | |
LoadFilterMembersAsync | Loads the filter members asynchronously. | |
RollbackChanges | Called in order to rollback the pending changes. | |
SelectMatchingFilterMembers | See IFilterViewModel.SelectMatchingFilterMembers. | |
WaitToLoad | Blocks current thread until load of the members finish. |
Name | Description | |
---|---|---|
GenerateFilterMembers | Generates list of filter members based on members collection. | |
GetMemberFilterSource | Gets the filter source instance for the member. | |
OnPropertyChanged | Invoked whenever the effective value of any property on this ViewModelBase has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.Olap.ViewModelBase) | |
OnSelectionChanged | Raises the SelectionChanged event. |
Name | Description | |
---|---|---|
LoadFilterMembersCompleted | Fired when asynchronous loading of filter members is completed. | |
PropertyChanged | Occurs when a property value changes. (Inherited from Infragistics.Olap.ViewModelBase) | |
SelectionChanged | Fired when selection of any of child Infragistics.Olap.Data.Base.FilterMember changes. |