Table of Contents

Class ViewModulesCommandHandler

Namespace
Loehnert.Lisrt.Modules.Commands
Assembly
Loehnert.Lisrt.Modules.dll

Represents a ICommandHandler for opening a IModuleTree.

[CommandHandler]
public class ViewModulesCommandHandler : CommandHandlerBase<ViewModulesCommandDefinition>, ICommandHandler<ViewModulesCommandDefinition>, ICommandHandler
Inheritance
ViewModulesCommandHandler
Implements
Inherited Members
Extension Methods

Constructors

ViewModulesCommandHandler(IShell)

Initializes a new instance of the ViewModulesCommandHandler class.

[ImportingConstructor]
public ViewModulesCommandHandler(IShell shell)

Parameters

shell IShell

Current shell.

Methods

Run(Command)

Run the command handler.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.