Search Results for

    Show / Hide Table of Contents

    Interface IEPCommandWithDescriptor

    The core LemonEdge Command interface that also includes its own detail (such as title, icon, etc) for being displayed in the (UI) via the ICommandDescriptor implementation

    Inherited Members
    IEPCommand.OnCanExecuteChanged()
    IEPCommand.Owner
    IEPCommand.Toggler
    IEPCommand.IsQuickAccessCommand
    IEPCommand.Key
    IEPCommand.ModifierKeys
    ICommand.CanExecute(object)
    ICommand.Execute(object)
    ICommand.CanExecuteChanged
    ICommandDescriptor.Title
    ICommandDescriptor.IconID
    ICommandDescriptor.OverlayIconID
    ICommandDescriptor.Description
    ICommandDescriptor.HelpURL
    ICommandDescriptor.Type
    ICommandDescriptor.Parameter
    ICommandDescriptor.ToolTip
    Namespace: LemonEdge.Client.Core.Commands.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IEPCommandWithDescriptor : IEPCommand, ICommand, ICommandDescriptor

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.