Interface IChangeTracking
Defines the mechanism for querying the object for changes and resetting of the changed status.
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 12.17.2Syntax
public interface IChangeTracking
Properties
IsChanged
Gets a value indicating whether this instance is changed.
Declaration
bool IsChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
AcceptChanges()
Accepts the changes.
Declaration
void AcceptChanges()