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

파일 보기 프로젝트 열기: sboulema/TGit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BranchName string
FlowOptions FlowOptions
Git string
HasStash bool
IsGitFlow bool
SolutionDir string
TortoiseGitProc string

공개 메소드들

메소드 설명
Clear ( ) : void
GetBranchName ( ) : void
GetFlowOptions ( ) : void
GetGit ( ) : void
GetSolutionDir ( DTE dte ) : void
GetStash ( ) : void
GetTortoiseGitProc ( ) : void
HasSolutionDir ( ) : bool

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetBranchName() 공개 정적인 메소드

public static GetBranchName ( ) : void
리턴 void

GetFlowOptions() 공개 정적인 메소드

public static GetFlowOptions ( ) : void
리턴 void

GetGit() 공개 정적인 메소드

public static GetGit ( ) : void
리턴 void

GetSolutionDir() 공개 정적인 메소드

public static GetSolutionDir ( DTE dte ) : void
dte DTE
리턴 void

GetStash() 공개 정적인 메소드

public static GetStash ( ) : void
리턴 void

GetTortoiseGitProc() 공개 정적인 메소드

public static GetTortoiseGitProc ( ) : void
리턴 void

HasSolutionDir() 공개 정적인 메소드

public static HasSolutionDir ( ) : bool
리턴 bool

프로퍼티 상세

BranchName 공개적으로 정적으로 프로퍼티

public static string BranchName
리턴 string

FlowOptions 공개적으로 정적으로 프로퍼티

public static FlowOptions FlowOptions
리턴 FlowOptions

Git 공개적으로 정적으로 프로퍼티

public static string Git
리턴 string

HasStash 공개적으로 정적으로 프로퍼티

public static bool HasStash
리턴 bool

IsGitFlow 공개적으로 정적으로 프로퍼티

public static bool IsGitFlow
리턴 bool

SolutionDir 공개적으로 정적으로 프로퍼티

public static string SolutionDir
리턴 string

TortoiseGitProc 공개적으로 정적으로 프로퍼티

public static string TortoiseGitProc
리턴 string