C# 클래스 GitMenu.Commands.GitCommand

상속: BaseCommand
파일 보기 프로젝트 열기: kthompson/gitmenu

공개 메소드들

메소드 설명
GetMenuMask ( ) : CommandFlags
GetMenuMask ( string path ) : CommandFlags
HasGitRepository ( string path ) : bool

보호된 메소드들

메소드 설명
CanExecute ( ) : bool
GetSelectedPath ( ) : string
GitCommand ( GitMenuPackage provider, CommandID id, CommandFlags selection, string text ) : System
GitCommand ( GitMenuPackage provider, int id, CommandFlags selection, string text ) : System

메소드 상세

CanExecute() 보호된 메소드

protected CanExecute ( ) : bool
리턴 bool

GetMenuMask() 공개 정적인 메소드

public static GetMenuMask ( ) : CommandFlags
리턴 CommandFlags

GetMenuMask() 공개 정적인 메소드

public static GetMenuMask ( string path ) : CommandFlags
path string
리턴 CommandFlags

GetSelectedPath() 보호된 정적인 메소드

protected static GetSelectedPath ( ) : string
리턴 string

GitCommand() 보호된 메소드

protected GitCommand ( GitMenuPackage provider, CommandID id, CommandFlags selection, string text ) : System
provider GitMenuPackage
id System.ComponentModel.Design.CommandID
selection CommandFlags
text string
리턴 System

GitCommand() 보호된 메소드

protected GitCommand ( GitMenuPackage provider, int id, CommandFlags selection, string text ) : System
provider GitMenuPackage
id int
selection CommandFlags
text string
리턴 System

HasGitRepository() 공개 정적인 메소드

public static HasGitRepository ( string path ) : bool
path string
리턴 bool