Interface ICultureInsensitiveProperty
Represents a property that does not use cultures.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface ICultureInsensitiveProperty : IProperty, IMember, IDirtyTrackingMethods
GetValue()
Gets the value of the property.
Declaration
RequestResponse
object GetValue()Returns
| Type | Description |
|---|---|
| object |
The value. |
GetValue<T>()
Gets the value of the property.
Declaration
RequestResponse
T GetValue<T>()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
RequestResponse
void SetValue(object value)Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
The value. |