Interface IDirtyTracking
Interface for components that support dirty tracking.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsDirtyTracking
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
IsDirty
Gets a value indicating whether the object has unsaved changes.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsTracking
Gets a value indicating whether the object is tracking changes.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Methods
MarkClean()
Marks the object as clean. This will set IsDirty to false.
Declaration
StartTracking()
Starts tracking the object for changes.
Declaration
If you have suggestions for improving this article, let us know!