Interface IDirtyTracking

Interface for components that support dirty tracking.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsDirtyTracking
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IDirtyTracking

Properties

IsDirty

Gets a value indicating whether the object has unsaved changes.

Declaration
RequestResponse
bool IsDirty { get; }
Property Value
TypeDescription
bool

IsTracking

Gets a value indicating whether the object is tracking changes.

Declaration
RequestResponse
bool IsTracking { get; }
Property Value
TypeDescription
bool

Methods

MarkClean()

Marks the object as clean. This will set IsDirty to false.

Declaration
RequestResponse
void MarkClean()

StartTracking()

Starts tracking the object for changes.

Declaration
RequestResponse
void StartTracking()

Do you have some feedback for us?

If you have suggestions for improving this article,