With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

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: 13.30.0
Syntax
public interface IChangeTracking

Properties

IsChanged

Gets a value indicating whether this instance is changed.

Declaration
bool IsChanged { get; }
Property Value
Type Description
System.Boolean

true if this instance is changed; otherwise, false.

Methods

AcceptChanges()

Accepts the changes.

Declaration
void AcceptChanges()