C# Class Cats.Services.EarlyWarning.HRDPlanService

Inheritance: IHRDPlanService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
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

Method Details

AddHRDPlan() public method

public AddHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteHRDPlan() public method

public DeleteHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditHRDPlan() public method

public EditHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
return bool

FindBy() public method

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
return List

FindById() public method

public FindById ( int id ) : Models.Plan
id int
return Models.Plan

Get() public method

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

GetAllHRDPlan() public method

public GetAllHRDPlan ( ) : List
return List

GetPrograms() public method

public GetPrograms ( ) : List
return List

HRDPlanService() public method

public HRDPlanService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System