Class CultureInsensitivePropertyChange
Represents a change on a culture insensitive property.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class CultureInsensitivePropertyChange : PropertyChange
Properties
OriginalValue
Gets or sets the original value.
Declaration
RequestResponse
public object OriginalValue { get; set; }
Property Value
Type | Description |
---|---|
object |
Value
Gets or sets the current value.
Declaration
RequestResponse
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object |