C# Class Elfar.Data.DbErrorLogProvider

Inheritance: ErrorLogProvider
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

Méthodes protégées

Méthode Description
DbErrorLogProvider ( ) : System

Method Details

DbErrorLogProvider() protected méthode

protected DbErrorLogProvider ( ) : System
Résultat System

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

List() public méthode

public List ( ) : IList
Résultat IList

Save() public méthode

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