Version

RecordManager Class Methods

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

Public Methods
 NameDescription
Public MethodCommitAddRecordCommits the add-record to the data source.  
Public MethodGetCrossFieldRecordFiltersGets a CrossFieldRecordFilterGroup containing a logical operator and a collection of filters for the specified FieldLayout.  
Public MethodGetFilteredInDataRecordsReturns data records that pass record filter conditions.  
Public MethodGetFilteredOutDataRecordsReturns data records that do not pass record filter conditions.  
Public MethodGetRecordFiltersResolvedReturns the RecordFilterCollection that will affect the specified FieldLayout's fields for records in this RecordManager instance.  
Public MethodResetDataValueHistoryRemoves all data value change history (except for the latest value) for all Cells in all Records within this RecordManager.  
Public MethodSetCrossFieldRecordFiltersSets a CrossFieldRecordFilterGroup containing a logical operator and a collection of filters for the specified FieldLayout.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
See Also