C# Class DbDictExport.WPF.Common.AuthHistoryService

ファイルを表示 Open project: NeilQ/DbDictExport

Public Methods

Method Description
ClearHistory ( ) : void
GetHistory ( ) : IList
PersistHistory ( SqlServerAuth auth ) : void

Private Methods

Method Description
AppendDefaultAuth ( ) : void
AuthHistoryService ( ) : System
LoadHistory ( ) : void

load history to dictionary from temp file

Method Details

ClearHistory() public method

public ClearHistory ( ) : void
return void

GetHistory() public method

public GetHistory ( ) : IList
return IList

PersistHistory() public method

public PersistHistory ( SqlServerAuth auth ) : void
auth SqlServerAuth
return void