Interface ISystemPropertyTracker<T>

Defines a system property tracker.

Inherited Members
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingGeneric
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
public interface ISystemPropertyTracker<T> : ISystemPropertyTracker
Type Parameters
NameDescription
T

The property type.

Properties

OriginalValue

Gets the original value.

Declaration
T OriginalValue { get; }
Property Value
TypeDescription
T

Value

Gets the value.

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