Class CultureInsensitiveProperty
A culture sensitive property.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
CultureInsensitiveProperty(string, Type, object)
Initializes a new instance of the CultureInsensitiveProperty class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
The name. |
| Type | type |
The type. |
| object | value |
The value. |
CultureInsensitiveProperty(string, Type)
Initializes a new instance of the CultureInsensitiveProperty class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
The name. |
| Type | type |
The type. |
Properties
IsDirty
Gets a value indicating whether is dirty or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Methods
GetTypeName()
Gets the type name of the subtype.
Declaration
Returns
| Type | Description |
|---|---|
| string |
Name of the subtype. |
Overrides
GetValue()
Gets the value of the property.
Declaration
Returns
| Type | Description |
|---|---|
| object |
The value. |
GetValue<T>()
Gets the value of the property.
Declaration
Returns
| Type | Description |
|---|---|
| T |
The value. |
Type Parameters
| Name | Description |
|---|---|
| T |
Type of the value (preferable nullable). |
MarkClean()
Marks as clean.
Declaration
Overrides
SetValue(object)
Sets the value of the property.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
The value. |
StartTracking()
Starts tracking.