C# 클래스 ScrumPowerTools.ViewModels.WorkItemContextMenuViewModel

상속: IMenuCommandHandler
파일 보기 프로젝트 열기: cqse/ScrumPowerTools

공개 메소드들

메소드 설명
CanExecute ( int commandId ) : bool
Execute ( int commandId ) : void

비공개 메소드들

메소드 설명
ShowAffectedChangesetFiles ( ) : void
ShowChangesetsWithAffectedFiles ( ) : void
ShowReviewWindow ( ) : void
WorkItemContextMenuViewModel ( GeneralOptions options, WorkItemSelectionService workItemSelectionService, IVisualStudioAdapter visualStudioAdapter ) : System

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( int commandId ) : bool
commandId int
리턴 bool

Execute() 공개 메소드

public Execute ( int commandId ) : void
commandId int
리턴 void