C# Class SamirBoulema.TGit.Helpers.CommandHelper

Afficher le fichier Open project: sboulema/TGit

Méthodes publiques

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

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

AddCommand() public static méthode

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

ApplyStash_BeforeQueryStatus() public static méthode

public static ApplyStash_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

CreateCommand() public static méthode

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

CreateCommand() public static méthode

public static CreateCommand ( uint commandId ) : Microsoft.VisualStudio.Shell.OleMenuCommand
commandId uint
Résultat Microsoft.VisualStudio.Shell.OleMenuCommand

Feature_BeforeQueryStatus() public static méthode

public static Feature_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

GitFlow_BeforeQueryStatus() public static méthode

public static GitFlow_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

GitHubFlow_BeforeQueryStatus() public static méthode

public static GitHubFlow_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Hotfix_BeforeQueryStatus() public static méthode

public static Hotfix_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Release_BeforeQueryStatus() public static méthode

public static Release_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SolutionVisibility_BeforeQueryStatus() public static méthode

public static SolutionVisibility_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Solution_BeforeQueryStatus() public static méthode

public static Solution_BeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void