Version

RecordFilterCollection Class Members

The following tables list the members exposed by RecordFilterCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public PropertyItemGets the RecordFilter associated with the specified field name. If none exists for the specified field, it creates one.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public Methods
 NameDescription
Public MethodAddAdds the specified RecordFilter to the collection. Any existing RecordFilter for the same field will be removed before adding the specified RecordFilter.  
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<RecordFilter>)
Public MethodRefreshRe-evaluates filters on all records.  
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<RecordFilter>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<RecordFilter>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<RecordFilter>)
Protected MethodClearItemsOverridden. Removes all items from the collection.  
Protected MethodInsertItemOverridden. Inserts the specified item in the collection.  
Protected MethodMoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<RecordFilter>)
Protected MethodOnCollectionChangedOverridden. Overridden. Called when the collection changes.  
Protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<RecordFilter>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index in the collection.  
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.ObservableCollection<RecordFilter>)
Public Events
See Also