The base class for log.
Inheritance Hierarchy
Nemiro.Data DataChangeLogger
Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
The DataChangeLogger type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataChangeLogger |
Initializes a new instance of the log class.
|
Methods
| Name | Description | |
|---|---|---|
| Commit |
Commit log.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetChanges |
Get changes list.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| MonitoringFields |
List of fields (properties), which need to track changes.
| |
| Owner |
Owner class instance.
| |
| SourceRow |
Source data row.
|
See Also