C# 클래스 ScrumPowerTools.ViewModels.TfsQueryShortcutViewModel

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

공개 메소드들

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

비공개 메소드들

메소드 설명
TfsQueryShortcutViewModel ( TfsQueryShortcutAssigner shortcutAssigner, TfsQueryShortcutOpener shortcutOpener, TfsQueryShortcutStore store, GeneralOptions options ) : System

메소드 상세

CanExecute() 공개 메소드

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

Execute() 공개 메소드

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

GetText() 공개 메소드

public GetText ( int commandId ) : string
commandId int
리턴 string