1. Stylelabs.M.Sdk.Contracts.DirtyTracking

Interface IDirtyTracking

Interface for components that support dirty tracking.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsDirtyTracking

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IDirtyTracking

Properties

IsDirty

Gets a value indicating whether the object has unsaved changes.

Declaration

bool IsDirty { get; }

Property Value

TypeDescription
bool

IsTracking

Gets a value indicating whether the object is tracking changes.

Declaration

bool IsTracking { get; }

Property Value

TypeDescription
bool

Methods

MarkClean()

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

Declaration

void MarkClean()

StartTracking()

Starts tracking the object for changes.

Declaration

void StartTracking()
If you have suggestions for improving this article, let us know!