C# 클래스 GitScc.StatusBar.StandardGitStatusBarManager

상속: GitApiStatusBarManager
파일 보기 프로젝트 열기: jzoss/Git-Source-Control-Provider

공개 메소드들

메소드 설명
StandardGitStatusBarManager ( System.Guid commandSetGuid, int branchMenuCmId, int branchCommandMenuCmId, int repositoryCommandMenuCmId, IServiceContainer serviceProvider, IStatusBarService statusBarService ) : System

보호된 메소드들

메소드 설명
OnBranchCommandSelection ( string command ) : System.Threading.Tasks.Task
OnBranchSelection ( string command ) : System.Threading.Tasks.Task
UpdateBranchMenu ( ) : System.Threading.Tasks.Task
UpdateRepsitoryCommands ( ) : System.Threading.Tasks.Task

메소드 상세

OnBranchCommandSelection() 보호된 메소드

protected OnBranchCommandSelection ( string command ) : System.Threading.Tasks.Task
command string
리턴 System.Threading.Tasks.Task

OnBranchSelection() 보호된 메소드

protected OnBranchSelection ( string command ) : System.Threading.Tasks.Task
command string
리턴 System.Threading.Tasks.Task

StandardGitStatusBarManager() 공개 메소드

public StandardGitStatusBarManager ( System.Guid commandSetGuid, int branchMenuCmId, int branchCommandMenuCmId, int repositoryCommandMenuCmId, IServiceContainer serviceProvider, IStatusBarService statusBarService ) : System
commandSetGuid System.Guid
branchMenuCmId int
branchCommandMenuCmId int
repositoryCommandMenuCmId int
serviceProvider IServiceContainer
statusBarService IStatusBarService
리턴 System

UpdateBranchMenu() 보호된 메소드

protected UpdateBranchMenu ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

UpdateRepsitoryCommands() 보호된 메소드

protected UpdateRepsitoryCommands ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task