C# 클래스 GitSharp.Core.Transport.ReceiveCommand

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

공개 메소드들

메소드 설명
ReceiveCommand ( ObjectId oldId, ObjectId newId, string name )
ToString ( ) : string
getMessage ( ) : string
getNewId ( ) : ObjectId
getOldId ( ) : ObjectId
getRef ( ) : Ref
getRefName ( ) : string
getResult ( ) : System.Result
getType ( ) : Type
setRef ( Ref r ) : void
setResult ( System.Result s ) : void
setResult ( System.Result s, string m ) : void
setType ( Type t ) : void

메소드 상세

ReceiveCommand() 공개 메소드

public ReceiveCommand ( ObjectId oldId, ObjectId newId, string name )
oldId ObjectId
newId ObjectId
name string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getNewId() 공개 메소드

public getNewId ( ) : ObjectId
리턴 ObjectId

getOldId() 공개 메소드

public getOldId ( ) : ObjectId
리턴 ObjectId

getRef() 공개 메소드

public getRef ( ) : Ref
리턴 Ref

getRefName() 공개 메소드

public getRefName ( ) : string
리턴 string

getResult() 공개 메소드

public getResult ( ) : System.Result
리턴 System.Result

getType() 공개 메소드

public getType ( ) : Type
리턴 System.Type

setRef() 공개 메소드

public setRef ( Ref r ) : void
r Ref
리턴 void

setResult() 공개 메소드

public setResult ( System.Result s ) : void
s System.Result
리턴 void

setResult() 공개 메소드

public setResult ( System.Result s, string m ) : void
s System.Result
m string
리턴 void

setType() 공개 메소드

public setType ( Type t ) : void
t System.Type
리턴 void