C# Класс SecureDelete.Schedule.HistoryManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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