C# Class nHydrate.DslPackage.nHydrateCommandSetBase

Class containing handlers for commands supported by this DSL.
Inheritance: DslShell::CommandSet
Afficher le fichier Open project: nHydrate/nHydrate

Private Properties

Свойство Type Description
OnMenuViewModelExplorer void

Méthodes protégées

Méthode 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

Méthode Description
OnMenuViewModelExplorer ( object sender, global e ) : void

Command handler that shows the explorer tool window.

Method Details

GetMenuCommands() protected méthode

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

nHydrateCommandSetBase() protected méthode

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