C# Class SamirBoulema.TGit.Helpers.CommandHelper

Mostrar archivo Open project: sboulema/TGit

Public Methods

Method Description
AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, EventHandler handler, uint commandId ) : void
AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, MenuCommand command ) : void
ApplyStash_BeforeQueryStatus ( object sender, EventArgs e ) : void
CreateCommand ( EventHandler handler, uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand
CreateCommand ( uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand
Feature_BeforeQueryStatus ( object sender, EventArgs e ) : void
GitFlow_BeforeQueryStatus ( object sender, EventArgs e ) : void
GitHubFlow_BeforeQueryStatus ( object sender, EventArgs e ) : void
Hotfix_BeforeQueryStatus ( object sender, EventArgs e ) : void
Release_BeforeQueryStatus ( object sender, EventArgs e ) : void
SolutionVisibility_BeforeQueryStatus ( object sender, EventArgs e ) : void
Solution_BeforeQueryStatus ( object sender, EventArgs e ) : void

Method Details

AddCommand() public static method

public static AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, EventHandler handler, uint commandId ) : void
mcs Microsoft.VisualStudio.Shell.OleMenuCommandService
handler EventHandler
commandId uint
return void

AddCommand() public static method

public static AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, MenuCommand command ) : void
mcs Microsoft.VisualStudio.Shell.OleMenuCommandService
command System.ComponentModel.Design.MenuCommand
return void

ApplyStash_BeforeQueryStatus() public static method

public static ApplyStash_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CreateCommand() public static method

public static CreateCommand ( EventHandler handler, uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand
handler EventHandler
commandId uint
return Microsoft.VisualStudio.Shell.OleMenuCommand

CreateCommand() public static method

public static CreateCommand ( uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand
commandId uint
return Microsoft.VisualStudio.Shell.OleMenuCommand

Feature_BeforeQueryStatus() public static method

public static Feature_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GitFlow_BeforeQueryStatus() public static method

public static GitFlow_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GitHubFlow_BeforeQueryStatus() public static method

public static GitHubFlow_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Hotfix_BeforeQueryStatus() public static method

public static Hotfix_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Release_BeforeQueryStatus() public static method

public static Release_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SolutionVisibility_BeforeQueryStatus() public static method

public static SolutionVisibility_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Solution_BeforeQueryStatus() public static method

public static Solution_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void