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
    Assembly: 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

    EnumHelper.GetShortFlaggedValues<EPCommandCustomType>()
    EnumHelper.ToShortGuid<EPCommandCustomType>()
    MiscExtensions.SetIfNotEqual<EPCommandCustomType, P>(Expression<Func<EPCommandCustomType, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, EPCommandCustomType>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.