C# Class DbDictExport.WPF.Common.AuthHistoryService

Afficher le fichier Open project: NeilQ/DbDictExport

Méthodes publiques

Méthode Description
ClearHistory ( ) : void
GetHistory ( ) : IList
PersistHistory ( SqlServerAuth auth ) : void

Private Methods

Méthode Description
AppendDefaultAuth ( ) : void
AuthHistoryService ( ) : System
LoadHistory ( ) : void

load history to dictionary from temp file

Method Details

ClearHistory() public méthode

public ClearHistory ( ) : void
Résultat void

GetHistory() public méthode

public GetHistory ( ) : IList
Résultat IList

PersistHistory() public méthode

public PersistHistory ( SqlServerAuth auth ) : void
auth SqlServerAuth
Résultat void