London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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