C# Class GitMenu.Commands.GitCommand

Inheritance: BaseCommand
Afficher le fichier Open project: kthompson/gitmenu

Méthodes publiques

Méthode Description
GetMenuMask ( ) : CommandFlags
GetMenuMask ( string path ) : CommandFlags
HasGitRepository ( string path ) : bool

Méthodes protégées

Méthode Description
CanExecute ( ) : bool
GetSelectedPath ( ) : string
GitCommand ( GitMenuPackage provider, CommandID id, CommandFlags selection, string text ) : System
GitCommand ( GitMenuPackage provider, int id, CommandFlags selection, string text ) : System

Method Details

CanExecute() protected méthode

protected CanExecute ( ) : bool
Résultat bool

GetMenuMask() public static méthode

public static GetMenuMask ( ) : CommandFlags
Résultat CommandFlags

GetMenuMask() public static méthode

public static GetMenuMask ( string path ) : CommandFlags
path string
Résultat CommandFlags

GetSelectedPath() protected static méthode

protected static GetSelectedPath ( ) : string
Résultat string

GitCommand() protected méthode

protected GitCommand ( GitMenuPackage provider, CommandID id, CommandFlags selection, string text ) : System
provider GitMenuPackage
id System.ComponentModel.Design.CommandID
selection CommandFlags
text string
Résultat System

GitCommand() protected méthode

protected GitCommand ( GitMenuPackage provider, int id, CommandFlags selection, string text ) : System
provider GitMenuPackage
id int
selection CommandFlags
text string
Résultat System

HasGitRepository() public static méthode

public static HasGitRepository ( string path ) : bool
path string
Résultat bool