1. ICultureInsensitiveProperty

Interface ICultureInsensitiveProperty

Represents a property that does not use cultures.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface ICultureInsensitiveProperty : IProperty, IMember, IDirtyTracking

Methods

GetValue()

Gets the value of the property.

Declaration
object GetValue()
Returns
TypeDescription
object

The value.

GetValue<T>()

Gets the value of the property.

Declaration
T GetValue<T>()
Returns
TypeDescription
T

The value.

Type Parameters
NameDescription
T

Type of the value (preferable nullable).

SetValue(object)

Sets the value of the property.

Declaration
void SetValue(object value)
Parameters
TypeNameDescription
objectvalue

The value.

If you have suggestions for improving this article, let us know!