Version

RecordFilterCollection Class Members

The following tables list the members exposed by RecordFilterCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public PropertyLogicalOperatorThe LogicalOperator which will be used to combine all the terms in the RecordFilterCollection.  
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds the item at the specified index.  
Protected Internal MethodAddItemSilentlyOverloaded. Adds an element to the collection without invoking any events.  
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodGetCurrentExpressionOverloaded. Creates an System.Linq.Expressions.Expression based on the objects current values.  
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodInsertItemOverridden. Adds an item to the collection at a given index.  
Protected MethodOnCollectionItemChangedRaises the CollectionItemChanged event.  
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodOnPropertyChangedRaises the PropertyChanged event.  
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public EventCollectionItemChangedRaised when an Item in collection is modified.  
Public EventPropertyChangedFired when a property changes on the RecordFilterCollection.  
See Also