C# Class ScrumPowerTools.ViewModels.TfsQueryShortcutViewModel

Inheritance: IMenuCommandHandler, IProvideMenuText
Afficher le fichier Open project: cqse/ScrumPowerTools

Méthodes publiques

Méthode Description
CanExecute ( int commandId ) : bool
Execute ( int commandId ) : void
GetText ( int commandId ) : string

Private Methods

Méthode Description
TfsQueryShortcutViewModel ( TfsQueryShortcutAssigner shortcutAssigner, TfsQueryShortcutOpener shortcutOpener, TfsQueryShortcutStore store, GeneralOptions options ) : System

Method Details

CanExecute() public méthode

public CanExecute ( int commandId ) : bool
commandId int
Résultat bool

Execute() public méthode

public Execute ( int commandId ) : void
commandId int
Résultat void

GetText() public méthode

public GetText ( int commandId ) : string
commandId int
Résultat string