Class CultureSensitiveValueChange
Version: 3.2
Defines a culture sensitive value.
Inheritance
object
CultureSensitiveValueChange
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class CultureSensitiveValueChangeProperties
Culture
Gets or sets the culture of the changed value.
Declaration
RequestResponse
public CultureInfo Culture { get; set; }Property Value
| Type | Description |
|---|---|
| CultureInfo |
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 |