C# Class Git.Core.Tag

A class that holds all the tag information
Inheritance: Object
Exibir arquivo Open project: igorgue/git-sharp

Public Methods

Method Description
Tag ( string tag, User tagger, string message, Commit commit ) : System

Protected Methods

Method Description
Decode ( ) : byte[]
Encode ( byte content ) : void

Method Details

Decode() protected method

protected Decode ( ) : byte[]
return byte[]

Encode() protected method

protected Encode ( byte content ) : void
content byte
return void

Tag() public method

public Tag ( string tag, User tagger, string message, Commit commit ) : System
tag string
tagger User
message string
commit Commit
return System