SaaS CMS has officially launched! Learn more now.

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: 11.8.3
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()