Table of Contents

Class ViewErrorListCommandHandler

Namespace
Loehnert.Lisrt.Scripting.ErrorList.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

Command handler for the ViewErrorListCommandDefinition.

[CommandHandler]
public class ViewErrorListCommandHandler : ScriptCommandHandlerBase<ViewErrorListCommandDefinition>, ICommandHandler<ViewErrorListCommandDefinition>, ICommandHandler
Inheritance
ViewErrorListCommandHandler
Implements
Inherited Members

Constructors

ViewErrorListCommandHandler(IShell)

Initializes a new instance of the ViewErrorListCommandHandler class.

[ImportingConstructor]
public ViewErrorListCommandHandler(IShell shell)

Parameters

shell IShell

parent shell.

Methods

Run(Command)

Opens an IErrorList in the active shell.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.