1. Stylelabs.M.Sdk.Models.Typed

Interface ISettingEntity

Defines a typed entity of type M.Setting.

Inherited Members

ITypedEntity.LoadTypedMembersAsync()

IEntity.Id

IEntity.Identifier

IEntity.IsNew

IEntity.DefinitionName

IEntity.LockedBy

IEntity.LockedOn

IEntity.IsRootTaxonomyItem

IEntity.IsPathRoot

IEntity.InheritsSecurity

IEntity.IsSystemOwned

IEntity.Version

IEntity.Cultures

IEntity.Properties

IEntity.Relations

IEntity.Renditions

IEntity.RelatedPaths

IEntity.GetProperty(string)

IEntity.GetProperty(string)

IEntity.GetPropertyAsync(string, MemberLoadOption)

IEntity.GetPropertyAsync(string, MemberLoadOption)

IEntity.GetPropertyValue(string)

IEntity.GetPropertyValue(string)

IEntity.GetPropertyValueAsync(string, MemberLoadOption)

IEntity.GetPropertyValueAsync(string, MemberLoadOption)

IEntity.GetPropertyValue(string, CultureInfo)

IEntity.GetPropertyValue(string, CultureInfo)

IEntity.GetPropertyValueAsync(string, CultureInfo, MemberLoadOption)

IEntity.SetPropertyValue(string, object)

IEntity.SetPropertyValue(string, CultureInfo, object)

IEntity.GetRelation(string, RelationRole?)

IEntity.GetRelation(string)

IEntity.GetRelationAsync(string, RelationRole?, MemberLoadOption)

IEntity.GetRelationAsync(string, MemberLoadOption)

IEntity.CanDoLazyLoading()

IEntity.LoadPropertiesAsync(IPropertyLoadOption)

IEntity.LoadRelationsAsync(IRelationLoadOption)

IEntity.LoadMembersAsync(IPropertyLoadOption, IRelationLoadOption)

IEntity.GetRendition(string)

IEntity.GetEntityDefinitionAsync()

IEntity.GetPermissionsAsync()

IResource.CreatedBy

IResource.CreatedOn

IResource.ModifiedBy

IResource.ModifiedOn

IDirtyTracking.IsTracking

IDirtyTracking.IsDirty

IDirtyTracking.StartTracking()

IDirtyTracking.MarkClean()

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped

Assembly: Stylelabs.M.Sdk.dll

Syntax

[TypedEntityDefinitionConstraintAttribute]
public interface ISettingEntity : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

Label

Gets the label.

Declaration


[TypedEntityPropertyAttribute]
CultureSensitive<string> Label { get; }

Property Value

TypeDescription
CultureSensitivestring

Name

Gets or sets the name.

Declaration


[TypedEntityPropertyAttribute]
string Name { get; set; }

Property Value

TypeDescription
string

Schema

Gets or sets the schema.

Declaration


[TypedEntityPropertyAttribute]
JToken Schema { get; set; }

Property Value

TypeDescription
JToken

Value

Gets or sets the value.

Declaration


[TypedEntityPropertyAttribute]
JToken Value { get; set; }

Property Value

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