Interface ICultureInsensitiveProperty
Represents a property that does not use cultures.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
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). |
SetValue(object)
Sets the value of the property.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
The value. |