Class CopyItemDescriptor<T>
The default implementation of ICopyItemHelper<T> for copying new items in grids
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: 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 |
Properties
ItemSetName
The collection name of entity type being copied
Default name is SetName
Declaration
public string ItemSetName { get; }
Property Value
Type | Description |
---|---|
System.String |