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
RequestResponse
public interface ISystemPropertyTracker<T> : ISystemPropertyTrackerType Parameters
| Name | Description |
|---|---|
| T |
The property type. |
Properties
OriginalValue
Gets the original value.
Declaration
RequestResponse
T OriginalValue { get; }Property Value
| Type | Description |
|---|---|
| T |
Value
Gets the value.
Declaration
RequestResponse
T Value { get; }Property Value
| Type | Description |
|---|---|
| T |