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