C# Class ScrumPowerTools.ViewModels.WorkItemContextMenuViewModel

Inheritance: IMenuCommandHandler
ファイルを表示 Open project: cqse/ScrumPowerTools

Public Methods

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

Private Methods

Method Description
ShowAffectedChangesetFiles ( ) : void
ShowChangesetsWithAffectedFiles ( ) : void
ShowReviewWindow ( ) : void
WorkItemContextMenuViewModel ( GeneralOptions options, WorkItemSelectionService workItemSelectionService, IVisualStudioAdapter visualStudioAdapter ) : 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