C# 클래스 GitCommands.RevisionGraph

상속: IDisposable
파일 보기 프로젝트 열기: bleis-tift/gitextensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BranchFilter string
LogParam string

공개 메소드들

메소드 설명
Execute ( ) : void
Kill ( ) : void
RevisionGraph ( ) : System
dataReceived ( string line ) : void
finishRevision ( ) : void

비공개 메소드들

메소드 설명
execute ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

RevisionGraph() 공개 메소드

public RevisionGraph ( ) : System
리턴 System

dataReceived() 공개 메소드

public dataReceived ( string line ) : void
line string
리턴 void

finishRevision() 공개 메소드

public finishRevision ( ) : void
리턴 void

프로퍼티 상세

BranchFilter 공개적으로 프로퍼티

public string BranchFilter
리턴 string

LogParam 공개적으로 프로퍼티

public string LogParam
리턴 string