1. ISystemPropertyTracker

Interface ISystemPropertyTracker

Used for getting the current and original value of a system property.

Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTracking
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
public interface ISystemPropertyTracker

Properties

IsDirty

Gets a value indicating whether the property is dirty.

Declaration
bool IsDirty { get; }
Property Value
TypeDescription
bool

OriginalValue

Gets the original value. This can be null is set for the first time, since there will be no previous value.

Declaration
object OriginalValue { get; }
Property Value
TypeDescription
object

Value

Gets the current value.

Declaration
object Value { get; }
Property Value
TypeDescription
object
If you have suggestions for improving this article, let us know!