C# Class GitUI.CommitInfo

Afficher le fichier Open project: bleis-tift/gitextensions Class Usage Examples

Méthodes publiques

Méthode Description
CommitInfo ( ) : System
SetRevision ( string revision ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetBranchesWhichContainsThisCommit ( string revision ) : string
GetTagsWhichContainsThisCommit ( string revision ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadAuthorImage ( ) : void
ReloadCommitInfo ( ) : void
ResetTextAndImage ( ) : void
RevisionInfoLinkClicked ( object sender, LinkClickedEventArgs e ) : void
copyCommitInfoToolStripMenuItem_Click ( object sender, EventArgs e ) : void
loadBranchInfo ( string _revision ) : void
loadTagInfo ( string _revision ) : void
showContainedInBranchesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showContainedInTagsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
tableLayout_Paint ( object sender, PaintEventArgs e ) : void
updateText ( ) : void

Method Details

CommitInfo() public méthode

public CommitInfo ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetRevision() public méthode

public SetRevision ( string revision ) : void
revision string
Résultat void