C# 클래스 Cats.Services.EarlyWarning.HRDPlanService

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

공개 메소드들

메소드 설명
AddHRDPlan ( Models hrdPlan ) : bool
DeleteById ( int id ) : bool
DeleteHRDPlan ( Models hrdPlan ) : bool
Dispose ( ) : void
EditHRDPlan ( Models hrdPlan ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Models.Plan
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllHRDPlan ( ) : List
GetPrograms ( ) : List
HRDPlanService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddHRDPlan() 공개 메소드

public AddHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
리턴 bool

DeleteById() 공개 메소드

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

DeleteHRDPlan() 공개 메소드

public DeleteHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditHRDPlan() 공개 메소드

public EditHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : Models.Plan
id int
리턴 Models.Plan

Get() 공개 메소드

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

GetAllHRDPlan() 공개 메소드

public GetAllHRDPlan ( ) : List
리턴 List

GetPrograms() 공개 메소드

public GetPrograms ( ) : List
리턴 List

HRDPlanService() 공개 메소드

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