Class OpenProjectCommandDefinition
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
Text
Gets the command text.
public override string Text { get; }
Property Value
ToolTip
Gets the command tool tip.
public override string ToolTip { get; }