C# 클래스 Cats.Services.Hub.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>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllFDP ( ) : List
GetAllFDPForReport ( ) : List
GetFDPsByRegion ( int regionId ) : List

Gets the FDPs by region.

GetFDPsByWoreda ( int woredaId ) : List

Gets the FDPs by woreda.

GetFDPsByZone ( int zoneId ) : List

Gets the FDPs by zone.

메소드 상세

AddFDP() 공개 메소드

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

DeleteById() 공개 메소드

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

DeleteFDP() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditFDP() 공개 메소드

public EditFDP ( FDP fdp ) : bool
fdp Cats.Models.Hubs.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
리턴 Cats.Models.Hubs.FDP

Get() 공개 메소드

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

GetAllFDP() 공개 메소드

public GetAllFDP ( ) : List
리턴 List

GetAllFDPForReport() 공개 메소드

public GetAllFDPForReport ( ) : List
리턴 List

GetFDPsByRegion() 공개 메소드

Gets the FDPs by region.
public GetFDPsByRegion ( int regionId ) : List
regionId int The region id.
리턴 List

GetFDPsByWoreda() 공개 메소드

Gets the FDPs by woreda.
public GetFDPsByWoreda ( int woredaId ) : List
woredaId int The woreda id.
리턴 List

GetFDPsByZone() 공개 메소드

Gets the FDPs by zone.
public GetFDPsByZone ( int zoneId ) : List
zoneId int The zone id.
리턴 List