C# Class Git.Core.Commit

Inheritance: Object
Afficher le fichier Open project: igorgue/git-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( SHA1 treeId, SHA1 parentId, string authorName, string commiterName, string authorEmail, string commiterEmail, string messageContent ) : System

Méthodes protégées

Méthode Description
Decode ( ) : byte[]
Encode ( byte content ) : void

Method Details

Commit() public méthode

public Commit ( SHA1 treeId, SHA1 parentId, string authorName, string commiterName, string authorEmail, string commiterEmail, string messageContent ) : System
treeId SHA1
parentId SHA1
authorName string
commiterName string
authorEmail string
commiterEmail string
messageContent string
Résultat System

Decode() protected méthode

protected Decode ( ) : byte[]
Résultat byte[]

Encode() protected méthode

protected Encode ( byte content ) : void
content byte
Résultat void