C# Class ScrumPowerTools.ViewModels.WorkItemContextMenuViewModel

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

Méthodes publiques

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

Private Methods

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