Interface ISettingEntity

Defines a typed entity of type M.Setting.

Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
[TypedEntityDefinitionConstraintAttribute]
public interface ISettingEntity : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

Label

Gets the label.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Label { get; }
Property Value
TypeDescription
CultureSensitivestring

Name

Gets or sets the name.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
string Name { get; set; }
Property Value
TypeDescription
string

Schema

Gets or sets the schema.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
JToken Schema { get; set; }
Property Value
TypeDescription
JToken

Value

Gets or sets the value.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
JToken Value { get; set; }
Property Value
TypeDescription
JToken

Do you have some feedback for us?

If you have suggestions for improving this article,