C# 클래스 Cats.Services.Administration.FDPService

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

공개 메소드들

메소드 설명
AddFDP ( FDP fdp ) : bool
DeleteById ( int id ) : bool
DeleteFDP ( FDP fdp ) : bool
Dispose ( ) : void
EditFDP ( FDP fdp ) : bool
FDPService ( IUnitOfWork unitOfWork ) : System
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : FDP
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllFDP ( ) : List

메소드 상세

AddFDP() 공개 메소드

public AddFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
리턴 bool

DeleteById() 공개 메소드

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

DeleteFDP() 공개 메소드

public DeleteFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditFDP() 공개 메소드

public EditFDP ( FDP fdp ) : bool
fdp FDP
리턴 bool

FDPService() 공개 메소드

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

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

Get() 공개 메소드

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

GetAllFDP() 공개 메소드

public GetAllFDP ( ) : List
리턴 List