C# 클래스 DRMFSS.BLL.Services.AuditSevice

상속: IAuditService
파일 보기 프로젝트 열기: edgecomputing/cats-hub-module

공개 메소드들

메소드 설명
AddAudit ( Audit audit ) : bool
AuditSevice ( IUnitOfWork unitOfWork ) : System
DeleteAudit ( Audit audit ) : bool
DeleteById ( int id ) : bool
Dispose ( ) : void
EditAudit ( Audit audit ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Audit
GetAllAudit ( ) : List
GetChanges ( string table, string property, string foreignTable, string foreignFeildName, string foreignFeildKey, string key ) : List

메소드 상세

AddAudit() 공개 메소드

public AddAudit ( Audit audit ) : bool
audit Audit
리턴 bool

AuditSevice() 공개 메소드

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

DeleteAudit() 공개 메소드

public DeleteAudit ( Audit audit ) : bool
audit Audit
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditAudit() 공개 메소드

public EditAudit ( Audit audit ) : bool
audit Audit
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : Audit
id int
리턴 Audit

GetAllAudit() 공개 메소드

public GetAllAudit ( ) : List
리턴 List

GetChanges() 공개 메소드

public GetChanges ( string table, string property, string foreignTable, string foreignFeildName, string foreignFeildKey, string key ) : List
table string
property string
foreignTable string
foreignFeildName string
foreignFeildKey string
key string
리턴 List