Search Results for

    Show / Hide Table of Contents

    Enum EPCommandCustomType

    A list of command types that need to be handled specifically within the UI client application itself

    Namespace: LemonEdge.Client.Core.Commands.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public enum EPCommandCustomType

    Fields

    Name Description
    ColumnSelector

    A special command indicating it performs a column visibility selection on a grid, and needs specific implementation in the client application that can not be provided generically in the core UI code

    None

    The default command type for all commands in the system

    Search

    A special command indicating it performs a search on a grid, and needs specific implementation in the client application that can not be provided generically in the core UI code

    Extension Methods

    LinqExtensions.AsArray<EPCommandCustomType>(EPCommandCustomType)
    LinqExtensions.ToArrayOfOne<EPCommandCustomType>(EPCommandCustomType)
    LinqExtensions.ToListOfOne<EPCommandCustomType>(EPCommandCustomType)
    MiscExtensions.SetIfNotEqual<EPCommandCustomType, TP>(EPCommandCustomType, Expression<Func<EPCommandCustomType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.