Version

FilterViewModelBase Class Methods

For a list of all members of this type, see FilterViewModelBase members.

Public Methods
 NameDescription
Public MethodAttachToProviderConnects this FilterViewModelBase with particular IDataProvider.  
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 MethodContainsFilterMemberDetermines whether a filter member is found in children filter members of this instance for the specified member.  
Public MethodDetachFromProviderDisconnects this FilterViewModelBase from particular IDataProvider.  
Public MethodGetFilterMemberOverloaded. Gets the filter member related to given Infragistics.Olap.Data.IMember.  
Public MethodLoadFilterMembersAsyncLoads the filter members asynchronously.  
Public MethodRollbackChangesCalled in order to rollback the pending changes.  
Public MethodSelectMatchingFilterMembersSee IFilterViewModel.SelectMatchingFilterMembers.  
Public MethodWaitToLoadBlocks current thread until load of the members finish.  
Protected Methods
 NameDescription
Protected MethodGenerateFilterMembersGenerates list of filter members based on members collection.  
Protected MethodGetMemberFilterSourceGets the filter source instance for the member.  
Protected MethodOnPropertyChangedInvoked 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)
Protected MethodOnSelectionChangedRaises the SelectionChanged event.  
See Also