C# 클래스 ScrumPowerTools.Services.TfsQueryShortcutStore

파일 보기 프로젝트 열기: cqse/ScrumPowerTools 1 사용 예제들

공개 메소드들

메소드 설명
Assign ( uint shortcutNr, QueryPath queryPath ) : void
GetShortcut ( uint shortcutNr ) : QueryPath
TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq

비공개 메소드들

메소드 설명
LoadShortcutsFromStorage ( ) : void
PersistShortcuts ( ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( uint shortcutNr, QueryPath queryPath ) : void
shortcutNr uint
queryPath QueryPath
리턴 void

GetShortcut() 공개 메소드

public GetShortcut ( uint shortcutNr ) : QueryPath
shortcutNr uint
리턴 QueryPath

TfsQueryShortcutStore() 공개 메소드

public TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq
options GeneralOptions
리턴 System.Linq