C# Class Company.OrmLanguage.OrmLanguageCommandSetBase

Class containing handlers for commands supported by this DSL.
Inheritance: DslShell::CommandSet
Show file Open project: thabart/SimpleOrm

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

OrmLanguageCommandSetBase ( global serviceProvider )

Constructs a new OrmLanguageCommandSetBase.

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

OrmLanguageCommandSetBase() protected method

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