C# 클래스 SamirBoulema.TGit.Helpers.CommandHelper

파일 보기 프로젝트 열기: sboulema/TGit

공개 메소드들

메소드 설명
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

메소드 상세

AddCommand() 공개 정적인 메소드

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

AddCommand() 공개 정적인 메소드

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

ApplyStash_BeforeQueryStatus() 공개 정적인 메소드

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

CreateCommand() 공개 정적인 메소드

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

CreateCommand() 공개 정적인 메소드

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

Feature_BeforeQueryStatus() 공개 정적인 메소드

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

GitFlow_BeforeQueryStatus() 공개 정적인 메소드

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

GitHubFlow_BeforeQueryStatus() 공개 정적인 메소드

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

Hotfix_BeforeQueryStatus() 공개 정적인 메소드

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

Release_BeforeQueryStatus() 공개 정적인 메소드

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

SolutionVisibility_BeforeQueryStatus() 공개 정적인 메소드

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

Solution_BeforeQueryStatus() 공개 정적인 메소드

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