C# Class GitSharp.Core.Transport.ReceiveCommand

ファイルを表示 Open project: jagregory/GitSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

ReceiveCommand() public method

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

ToString() public method

public ToString ( ) : string
return string

getMessage() public method

public getMessage ( ) : string
return string

getNewId() public method

public getNewId ( ) : ObjectId
return ObjectId

getOldId() public method

public getOldId ( ) : ObjectId
return ObjectId

getRef() public method

public getRef ( ) : Ref
return Ref

getRefName() public method

public getRefName ( ) : string
return string

getResult() public method

public getResult ( ) : System.Result
return System.Result

getType() public method

public getType ( ) : Type
return System.Type

setRef() public method

public setRef ( Ref r ) : void
r Ref
return void

setResult() public method

public setResult ( System.Result s ) : void
s System.Result
return void

setResult() public method

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

setType() public method

public setType ( Type t ) : void
t System.Type
return void