C# Class ScrumPowerTools.Services.TfsQueryShortcutStore

Afficher le fichier Open project: cqse/ScrumPowerTools Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
LoadShortcutsFromStorage ( ) : void
PersistShortcuts ( ) : void

Method Details

Assign() public méthode

public Assign ( uint shortcutNr, QueryPath queryPath ) : void
shortcutNr uint
queryPath QueryPath
Résultat void

GetShortcut() public méthode

public GetShortcut ( uint shortcutNr ) : QueryPath
shortcutNr uint
Résultat QueryPath

TfsQueryShortcutStore() public méthode

public TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq
options GeneralOptions
Résultat System.Linq