C# Class Elfar.ErrorLogProvider

Inheritance: IErrorLogProvider
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
SetConnectionString ( string value ) : void
TryExecute ( System.Action action ) : void

Method Details

Delete() public abstract méthode

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

Get() public abstract méthode

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

List() public abstract méthode

public abstract List ( ) : IList
Résultat IList

Save() public abstract méthode

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

SetConnectionString() protected méthode

protected SetConnectionString ( string value ) : void
value string
Résultat void

TryExecute() protected static méthode

protected static TryExecute ( System.Action action ) : void
action System.Action
Résultat void