Encapsulates a data source comprised of one or more tables and their records.
| C# |
public class DataEditorRecordSource : IDataEditorRecordSource, INotifyPropertyChanged, IDisposable, ISuspendable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| DataEditorRecordSource(DataPlaceDataSource) |
Creates a new instance.
| |
| BindingContext |
Gets the binding context for data-bound items.
| |
| Context |
Gets the current context for records being edited.
| |
| ContextChanged |
Occurs after navigating to a different Context.
| |
| ContextPropertyChanged |
Occurs when the value of a property (e.g a data column) has changed.
| |
| DataSource |
Gets or sets the underlying data source associated with this instance.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HasRecord |
Gets whether there is an active Context with an active record.
| |
| Init(Object) |
Initializes the instance.
| |
| Init(GridTableControl) |
Initializes the instance.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnContextChanged(EventArgs) |
Raises the ContextChanged event.
| |
| OnPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
| |
| PropertyChanged |
Occurs when a property value has changed.
| |
| Resume()()() |
Resumes change events.
| |
| Resuming |
Occurs when change events are being resumed.
| |
| Suspend()()() |
Suspends change events.
| |
| Suspended |
Gets whether change events are suspended.
| |
| Suspending |
Occurs when change events are being suspended.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DataEditorRecordSource | |