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
Type | Description |
---|---|
CultureSensitivestring |
Name
Gets or sets the name.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Schema
Gets or sets the schema.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
JToken Schema { get; set; }
Property Value
Type | Description |
---|---|
JToken |
Value
Gets or sets the value.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
JToken Value { get; set; }
Property Value
Type | Description |
---|---|
JToken |