Class ViewCommunicationLogCommandHandler
ICommandHandler for opening a Loehnert.Lisrt.Messaging.Communication.Views.CommunicationLogToolView.
[CommandHandler]
public class ViewCommunicationLogCommandHandler : CommandHandlerBase<ViewCommunicationLogCommandDefinition>, ICommandHandler<ViewCommunicationLogCommandDefinition>, ICommandHandler
- Inheritance
-
ViewCommunicationLogCommandHandler
- Implements
- Inherited Members
Constructors
ViewCommunicationLogCommandHandler(IShell)
Initializes a new instance of the ViewCommunicationLogCommandHandler class.
[ImportingConstructor]
public ViewCommunicationLogCommandHandler(IShell shell)
Parameters
shell
IShellThe main shell.
Methods
Run(Command)
Shows the Loehnert.Lisrt.Messaging.Communication.ViewModels.CommunicationLogToolViewModel tool.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.