C# Class Elfar.Data.Xml.XmlErrorLogProvider

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

Private Properties

Свойство Type Description
ErrorLog ErrorLog
File System.IO.FileInfo
File System.IO.FileInfo

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetDefaultPath ( ) : string

Private Methods

Méthode Description
ErrorLog ( FileInfo file ) : ErrorLog
File ( ErrorLog errorLog ) : FileInfo
File ( System.Guid id ) : FileInfo

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

XmlErrorLogProvider() public méthode

public XmlErrorLogProvider ( ) : System
Résultat System