Interface ICultureInsensitiveProperty

Represents a property that does not use cultures.

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

Methods

GetValue()

Gets the value of the property.

Declaration
RequestResponse
object GetValue()
Returns
TypeDescription
object

The value.

GetValue<T>()

Gets the value of the property.

Declaration
RequestResponse
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
RequestResponse
void SetValue(object value)
Parameters
TypeNameDescription
objectvalue

The value.

Do you have some feedback for us?

If you have suggestions for improving this article,