Class TypedEntityCreatorBase
Base typed entity creator.
Inheritance
object
TypedEntityCreatorBase
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsFactories
Assembly: Stylelabs.M.Sdk.dll
Syntax
Type Parameters
| Name | Description |
|---|---|
| T | The type of the entity. |
Methods
CreateAsset(EntityConstructionArgs)
Creates an asset.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| EntityConstructionArgs | args | Entity creation args. |
Returns
| Type | Description |
|---|---|
| T | The entity. |
CreateEntity(EntityConstructionArgs)
Creates an entity.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| EntityConstructionArgs | args | Entity creation args. |
Returns
| Type | Description |
|---|---|
| T | The entity. |
CreateMailTemplate(EntityConstructionArgs)
Creates a mail template.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| EntityConstructionArgs | args | Entity creation args. |
Returns
| Type | Description |
|---|---|
| T | The entity. |
CreateTypedEntity(EntityConstructionArgs)
Initializes a new instance of TypedEntityCreatorBase .
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| EntityConstructionArgs | args | The EntityConstructionArgs. |
Returns
| Type | Description |
|---|---|
| T | A ITypedEntity. |
If you have suggestions for improving this article, let us know!