C# Class Cats.Services.Hub.ErrorLogService

Inheritance: IErrorLogService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
AddErrorLog ( ErrorLog errorLog ) : bool
DeleteById ( int id ) : bool
DeleteErrorLog ( ErrorLog errorLog ) : bool
Dispose ( ) : void
EditErrorLog ( ErrorLog errorLog ) : bool
ErrorLogService ( IUnitOfWork unitOfWork ) : System
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : ErrorLog
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllErrorLog ( ) : List

Method Details

AddErrorLog() public méthode

public AddErrorLog ( ErrorLog errorLog ) : bool
errorLog Cats.Models.Hubs.ErrorLog
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteErrorLog() public méthode

public DeleteErrorLog ( ErrorLog errorLog ) : bool
errorLog Cats.Models.Hubs.ErrorLog
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditErrorLog() public méthode

public EditErrorLog ( ErrorLog errorLog ) : bool
errorLog Cats.Models.Hubs.ErrorLog
Résultat bool

ErrorLogService() public méthode

public ErrorLogService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : ErrorLog
id int
Résultat Cats.Models.Hubs.ErrorLog

Get() public méthode

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
Résultat IEnumerable

GetAllErrorLog() public méthode

public GetAllErrorLog ( ) : List
Résultat List