C# Class Elfar.Data.Zip.ZipErrorLogProvider

Inheritance: FileBasedErrorLogProvider
Afficher le fichier Open project: stevenbey/elfar

Méthodes publiques

Méthode Description
Delete ( System.Guid id ) : void
Get ( System.Guid id ) : ErrorLog
List ( ) : IList
Save ( ErrorLog errorLog ) : void
ZipErrorLogProvider ( ) : System

Méthodes protégées

Méthode Description
GetDefaultPath ( ) : string

Private Methods

Méthode Description
ErrorLog ( ZipEntry entry ) : ErrorLog
Save ( ErrorLog errorLog, ZipFile zip, Action action ) : void

Method Details

Delete() public méthode

public Delete ( System.Guid id ) : void
id System.Guid
Résultat void

Get() public méthode

public Get ( System.Guid id ) : ErrorLog
id System.Guid
Résultat ErrorLog

GetDefaultPath() protected méthode

protected GetDefaultPath ( ) : string
Résultat string

List() public méthode

public List ( ) : IList
Résultat IList

Save() public méthode

public Save ( ErrorLog errorLog ) : void
errorLog ErrorLog
Résultat void

ZipErrorLogProvider() public méthode

public ZipErrorLogProvider ( ) : System
Résultat System