Table of Contents

Class OpenProjectCommandDefinition

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

CommandDefinition for loading an IProject to the active IProjectViewModel.

[CommandDefinition]
public class OpenProjectCommandDefinition : OpenFileCommandDefinition
Inheritance
OpenProjectCommandDefinition
Inherited Members

Properties

Name

Gets the command name.

public override string Name { get; }

Property Value

string

Text

Gets the command text.

public override string Text { get; }

Property Value

string

ToolTip

Gets the command tool tip.

public override string ToolTip { get; }

Property Value

string