Interface ICopyItemHelper<T>
An extension interface of the INewItemHelper<T> which adds an addition for helping with copying
items
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface ICopyItemHelper<T> : INewItemHelper<T>
Type Parameters
Name |
Description |
T |
The entity type being ocpied
|
Properties
CopyContext
Declaration
object CopyContext { get; set; }
Property Value
ItemSetName
The collection name of entity type being copied
Declaration
string ItemSetName { get; }
Property Value
Methods
CloneItem(T, IEntityUpdaterUI)
Declaration
Task<T> CloneItem(T original, IEntityUpdaterUI context)
Parameters
Returns
Extension Methods