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
System.Windows.Input.ICommand.CanExecute(System.Object)
System.Windows.Input.ICommand.Execute(System.Object)
System.Windows.Input.ICommand.CanExecuteChanged
Namespace: LemonEdge.Client.Core.Commands
Assembly: ClientCore.dll
Syntax
public interface IEPCommandWithDescriptor : IEPCommand, ICommand, ICommandDescriptor