Interface ISetCopier
Generalizes items that can be translated into an ISetItemInfo containing all their definition and child item definitions for exporting/importing/copying
Namespace: LemonEdge.Core
Assembly: API.dll
Syntax
public interface ISetCopier
Methods
GetCopyInfo(IEntityUpdater)
Returns an ISetItemInfo containing this item and all related child items
Declaration
Task<ISetItemInfo> GetCopyInfo(IEntityUpdater host)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntityUpdater | host | The current context this item is loaded in for loading related child items |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ISetItemInfo> | A new ISetItemInfo containing this item and all related child items |