1. Stylelabs.M.Sdk.Models.Base

Class EntityConstructionArgs

Defines the entity construction args.

Inheritance

object

EntityConstructionArgs

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class EntityConstructionArgs

Constructors

EntityConstructionArgs(string)

Initializes a new instance of the EntityConstructionArgs class.

Declaration

public EntityConstructionArgs(string definitionName)

Parameters

TypeNameDescription
stringdefinitionNameThe name of the definition.

Properties

Cultures

Gets or sets cultures.

Declaration

public IEnumerable<CultureInfo> Cultures { get; set; }

Property Value

TypeDescription
IEnumerable<>CultureInfo

DefinitionName

Gets or sets the name of the definition.

Declaration

public string DefinitionName { get; set; }

Property Value

TypeDescription
string

Id

Gets or sets the id.

Declaration

public long? Id { get; set; }

Property Value

TypeDescription
long

Identifier

Gets or sets the identifier.

Declaration

public string Identifier { get; set; }

Property Value

TypeDescription
string

Properties

Gets or sets properties.

Declaration

public IEnumerable<IProperty> Properties { get; set; }

Property Value

TypeDescription
IEnumerable<>IProperty

RelatedPaths

Gets or sets related paths.

Declaration

public IEnumerable<IRelatedPath> RelatedPaths { get; set; }

Property Value

TypeDescription
IEnumerable<>IRelatedPath

Relations

Gets or sets relations.

Declaration

public IEnumerable<IRelation> Relations { get; set; }

Property Value

TypeDescription
IEnumerable<>IRelation

Renditions

Gets or sets renditions.

Declaration

public IEnumerable<IRendition> Renditions { get; set; }

Property Value

TypeDescription
IEnumerable<>IRendition
If you have suggestions for improving this article, let us know!