Class EntityConstructionArgs
Defines the entity construction args.
Inheritance
object
EntityConstructionArgs
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
EntityConstructionArgs(string)
Initializes a new instance of the EntityConstructionArgs class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | definitionName |
The name of the definition. |
Properties
Cultures
Gets or sets cultures.
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>CultureInfo |
DefinitionName
Gets or sets the name of the definition.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the id.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
Identifier
Gets or sets the identifier.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Properties
Gets or sets properties.
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>IProperty |
RelatedPaths
Gets or sets related paths.
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>IRelatedPath |
Relations
Gets or sets relations.
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>IRelation |
Renditions
Gets or sets renditions.
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>IRendition |