C# Class Cats.Services.Common.LogReadService

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
FindBy ( bool>.Expression predicate ) : List
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllLog ( ) : List
LogReadService ( IUnitOfWork unitOfWork ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindBy() public méthode

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

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

GetAllLog() public méthode

public GetAllLog ( ) : List
Résultat List

LogReadService() public méthode

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