Class CopyItemDescriptor<T>
The default implementation of ICopyItemHelper<T> for copying new items in grids
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: LemonEdge.ClientCore.dll
Syntax
public class CopyItemDescriptor<T> : NewItemDescriptor<T>, ICopyItemHelper<T>, INewItemHelper<T> where T : IBaseEntity
Type Parameters
Name | Description |
---|---|
T | The entity type of the item being copied |
Constructors
CopyItemDescriptor(IEntityDescriptorFactory)
Creates a new NewItemDescriptor default implementation
Declaration
public CopyItemDescriptor(IEntityDescriptorFactory entityDescriptorFactory)
Parameters
Type | Name | Description |
---|---|---|
IEntityDescriptorFactory | entityDescriptorFactory |
Properties
CopyContext
Declaration
public object CopyContext { get; set; }
Property Value
Type | Description |
---|---|
object |
ItemSetName
The collection name of entity type being copied
Default name is SetName
Declaration
public string ItemSetName { get; }
Property Value
Type | Description |
---|---|
string |