C# Class GitMenu.Commands.BaseCommand

Inheritance: Microsoft.VisualStudio.Shell.OleMenuCommand
Afficher le fichier Open project: kthompson/gitmenu

Méthodes protégées

Méthode Description
BaseCommand ( CommandID id ) : System
BaseCommand ( CommandID id, string text ) : System
CanExecute ( ) : bool
OnBeforeQueryStatus ( object sender, EventArgs e ) : void
OnExecute ( ) : void

Private Methods

Méthode Description
OnExecute ( object sender, EventArgs e ) : void

Method Details

BaseCommand() protected méthode

protected BaseCommand ( CommandID id ) : System
id System.ComponentModel.Design.CommandID
Résultat System

BaseCommand() protected méthode

protected BaseCommand ( CommandID id, string text ) : System
id System.ComponentModel.Design.CommandID
text string
Résultat System

CanExecute() protected méthode

protected CanExecute ( ) : bool
Résultat bool

OnBeforeQueryStatus() protected méthode

protected OnBeforeQueryStatus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnExecute() protected méthode

protected OnExecute ( ) : void
Résultat void