C# Class Cats.Services.EarlyWarning.HRDPlanService

Inheritance: IHRDPlanService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode 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 méthode

public AddHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteHRDPlan() public méthode

public DeleteHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditHRDPlan() public méthode

public EditHRDPlan ( Models hrdPlan ) : bool
hrdPlan Models
Résultat bool

FindBy() public méthode

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
Résultat List

FindById() public méthode

public FindById ( int id ) : Models.Plan
id int
Résultat Models.Plan

Get() public méthode

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

GetAllHRDPlan() public méthode

public GetAllHRDPlan ( ) : List
Résultat List

GetPrograms() public méthode

public GetPrograms ( ) : List
Résultat List

HRDPlanService() public méthode

public HRDPlanService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System