C# Class ScrumPowerTools.ViewModels.TfsQueryShortcutViewModel

Inheritance: IMenuCommandHandler, IProvideMenuText
Exibir arquivo Open project: cqse/ScrumPowerTools

Public Methods

Method Description
CanExecute ( int commandId ) : bool
Execute ( int commandId ) : void
GetText ( int commandId ) : string

Private Methods

Method Description
TfsQueryShortcutViewModel ( TfsQueryShortcutAssigner shortcutAssigner, TfsQueryShortcutOpener shortcutOpener, TfsQueryShortcutStore store, GeneralOptions options ) : System

Method Details

CanExecute() public method

public CanExecute ( int commandId ) : bool
commandId int
return bool

Execute() public method

public Execute ( int commandId ) : void
commandId int
return void

GetText() public method

public GetText ( int commandId ) : string
commandId int
return string