The following tables list the members exposed by RecordFilterCollection.
Name | Description | |
---|---|---|
RecordFilterCollection Constructor |
Name | Description | |
---|---|---|
Count | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
Item | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
LogicalOperator | The LogicalOperator which will be used to combine all the terms in the RecordFilterCollection. |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) |
Name | Description | |
---|---|---|
Add | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
Clear | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
Contains | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
CopyTo | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
Dispose | Overloaded. (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
GetEnumerator | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
IndexOf | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
Insert | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Adds the item at the specified index. | |
AddItemSilently | Overloaded. Adds an element to the collection without invoking any events. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
GetCurrentExpression | Overloaded. Creates an System.Linq.Expressions.Expression based on the objects current values. | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
InsertItem | Overridden. Adds an item to the collection at a given index. | |
OnCollectionItemChanged | Raises the CollectionItemChanged event. | |
OnItemAdded | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
OnNotifyCollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
OnPropertyChanged | Raises the PropertyChanged event. | |
OnResetItems | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
RemoveItem | Overridden. Removes the item at the specified index. | |
RemoveItemSilently | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
ReplaceItem | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
ResetItems | Overridden. Removes all items from the collection. | |
ResetItemsSilently | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>) | |
CollectionItemChanged | Raised when an Item in collection is modified. | |
PropertyChanged | Fired when a property changes on the RecordFilterCollection. |