The following tables list the members exposed by RecordFilter.
Name | Description | |
---|---|---|
RecordFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
Conditions | Specifies filter conditions with which to filter data records. | |
Field | Gets or sets the field whose cell data will be matched against filter conditions of this RecordFilter. | |
FieldName | Gets or sets the name of the field whose cell data will be matched against filter conditions of this RecordFilter. | |
Version | Returns a version number that gets bumped if any criteria change (read-only) |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
ApplyPendingFilter | Applies any pending filter changes | |
Clear | Clears conditions of this record filter. | |
LoadConditions | Deserializes the specified conditions which were previously saved using the SaveConditions method into this Record Filter. The loaded conditions will overlay existing conditions (if any). | |
MeetsCriteria | Returns true if the specified DataRecord meets conditions of this RecordFilter. | |
SaveConditions | Saves the conditions associated with this Record Filter by serializing them into a string which can subsequently be passed to the LoadConditions method to deserialize the conditions back into this Record Filter. |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |