Search Results for

    Show / Hide Table of Contents

    Class CopyItemDescriptor<T>

    The default implementation of ICopyItemHelper<T> for copying new items in grids

    Inheritance
    System.Object
    NewItemDescriptor<T>
    CopyItemDescriptor<T>
    Implements
    ICopyItemHelper<T>
    INewItemHelper<T>
    Inherited Members
    NewItemDescriptor<T>.Descriptor
    NewItemDescriptor<T>.ItemName
    NewItemDescriptor<T>.OverlayIconID
    NewItemDescriptor<T>.CanCreate(UserInfo, IReadOnlyCache)
    NewItemDescriptor<T>.CreateNewItem(UserInfo, IReadOnlyCache, IEntityUpdater)
    NewItemDescriptor<T>.MarkForInsert(IEntityUpdaterUI, T)
    NewItemDescriptor<T>.GetOpenDescriptor(IEntityUpdaterUI, T)
    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

    Implements

    ICopyItemHelper<T>
    INewItemHelper<T>

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.