C# Class nHydrate.DslPackage.nHydrateCommandSetBase

Class containing handlers for commands supported by this DSL.
Inheritance: DslShell::CommandSet
Mostra file Open project: nHydrate/nHydrate

Private Properties

Property Type Description
OnMenuViewModelExplorer void

Protected Methods

Method Description
GetMenuCommands ( ) : global::System.Collections.Generic.IList

Provide the menu commands that this command set handles

nHydrateCommandSetBase ( global serviceProvider )

Constructs a new nHydrateCommandSetBase.

Private Methods

Method Description
OnMenuViewModelExplorer ( object sender, global e ) : void

Command handler that shows the explorer tool window.

Method Details

GetMenuCommands() protected method

Provide the menu commands that this command set handles
protected GetMenuCommands ( ) : global::System.Collections.Generic.IList
return global::System.Collections.Generic.IList

nHydrateCommandSetBase() protected method

Constructs a new nHydrateCommandSetBase.
protected nHydrateCommandSetBase ( global serviceProvider )
serviceProvider global