Interface ICultureInsensitiveProperty
Represents a property that does not use cultures.
Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Base
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface ICultureInsensitiveProperty : IProperty, IMember, IDirtyTracking
Methods
GetValue()
Gets the value of the property.
Declaration
object GetValue()
Returns
Type | Description |
---|---|
System.Object | The value. |
GetValue<T>()
Gets the value of the property.
Declaration
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
void SetValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value |
Can we improve this article ? Provide feedback