C# Class GitSharp.Core.Transport.ReceiveCommand

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

getMessage() public méthode

public getMessage ( ) : string
Résultat string

getNewId() public méthode

public getNewId ( ) : ObjectId
Résultat ObjectId

getOldId() public méthode

public getOldId ( ) : ObjectId
Résultat ObjectId

getRef() public méthode

public getRef ( ) : Ref
Résultat Ref

getRefName() public méthode

public getRefName ( ) : string
Résultat string

getResult() public méthode

public getResult ( ) : System.Result
Résultat System.Result

getType() public méthode

public getType ( ) : Type
Résultat System.Type

setRef() public méthode

public setRef ( Ref r ) : void
r Ref
Résultat void

setResult() public méthode

public setResult ( System.Result s ) : void
s System.Result
Résultat void

setResult() public méthode

public setResult ( System.Result s, string m ) : void
s System.Result
m string
Résultat void

setType() public méthode

public setType ( Type t ) : void
t System.Type
Résultat void