C# Class Git.Core.Tag

A class that holds all the tag information
Inheritance: Object
Afficher le fichier Open project: igorgue/git-sharp

Méthodes publiques

Méthode Description
Tag ( string tag, User tagger, string message, Commit commit ) : System

Méthodes protégées

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

Method Details

Decode() protected méthode

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

Encode() protected méthode

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

Tag() public méthode

public Tag ( string tag, User tagger, string message, Commit commit ) : System
tag string
tagger User
message string
commit Commit
Résultat System