C# 클래스 SecureDelete.Schedule.HistoryManager

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

공개 메소드들

메소드 설명
Add ( HistoryItem item ) : bool
Clear ( ) : void
GetItems ( System.Guid guid ) : IList
HistoryManager ( ) : System
LoadHistory ( string path ) : bool

Load the report database from disk.

Remove ( HistoryItem item ) : void
RemoveCategory ( System.Guid guid ) : void
SaveHistory ( string path ) : bool

Save the history database to disk.

비공개 메소드들

메소드 설명
DeserializeHistory ( byte data ) : HistoryCategory>.Dictionary
SerializeHistory ( HistoryCategory>.Dictionary categories ) : byte[]

메소드 상세

Add() 공개 메소드

public Add ( HistoryItem item ) : bool
item HistoryItem
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetItems() 공개 메소드

public GetItems ( System.Guid guid ) : IList
guid System.Guid
리턴 IList

HistoryManager() 공개 메소드

public HistoryManager ( ) : System
리턴 System

LoadHistory() 공개 메소드

Load the report database from disk.
public LoadHistory ( string path ) : bool
path string
리턴 bool

Remove() 공개 메소드

public Remove ( HistoryItem item ) : void
item HistoryItem
리턴 void

RemoveCategory() 공개 메소드

public RemoveCategory ( System.Guid guid ) : void
guid System.Guid
리턴 void

SaveHistory() 공개 메소드

Save the history database to disk.
public SaveHistory ( string path ) : bool
path string
리턴 bool