Table of Contents

Class SetStartUpProjectItemCommandHandler

Namespace
Loehnert.Lisrt.Scripting.Project.ProjectItem.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

Command handler for the SetStartUpProjectItemCommandHandler.

[CommandHandler]
public class SetStartUpProjectItemCommandHandler : ScriptCommandHandlerBase<SetStartUpProjectItemCommandDefinition>, ICommandHandler<SetStartUpProjectItemCommandDefinition>, ICommandHandler
Inheritance
SetStartUpProjectItemCommandHandler
Implements
Inherited Members

Constructors

SetStartUpProjectItemCommandHandler(IShell)

Initializes a new instance of the SetStartUpProjectItemCommandHandler class.

[ImportingConstructor]
public SetStartUpProjectItemCommandHandler(IShell shell)

Parameters

shell IShell

Gemini shell.

Methods

Run(Command)

Sets the selected project item as start up on the project.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.

Update(Command)

Updates the command.

public override void Update(Command command)

Parameters

command Command

The executing command.