C# Class ScrumPowerTools.Services.TfsQueryShortcutStore

Show file Open project: cqse/ScrumPowerTools Class Usage Examples

Public Methods

Method Description
Assign ( uint shortcutNr, QueryPath queryPath ) : void
GetShortcut ( uint shortcutNr ) : QueryPath
TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq

Private Methods

Method Description
LoadShortcutsFromStorage ( ) : void
PersistShortcuts ( ) : void

Method Details

Assign() public method

public Assign ( uint shortcutNr, QueryPath queryPath ) : void
shortcutNr uint
queryPath QueryPath
return void

GetShortcut() public method

public GetShortcut ( uint shortcutNr ) : QueryPath
shortcutNr uint
return QueryPath

TfsQueryShortcutStore() public method

public TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq
options GeneralOptions
return System.Linq