C# 클래스 Cats.Services.Common.LogReadService

상속: ILogReadService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
Dispose ( ) : void
FindBy ( bool>.Expression predicate ) : List
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllLog ( ) : List
LogReadService ( IUnitOfWork unitOfWork ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

Get() 공개 메소드

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
리턴 IEnumerable

GetAllLog() 공개 메소드

public GetAllLog ( ) : List
리턴 List

LogReadService() 공개 메소드

public LogReadService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System