C# Class Cats.Services.EarlyWarning.HRDDetailService

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

Méthodes publiques

Méthode Description
AddHRDDetail ( HRDDetail hrdDetail ) : bool
AddWoreda ( HRDDetail hrdDetail ) : bool
DeleteById ( int id ) : bool
DeleteHRDDetail ( HRDDetail hrdDetail ) : bool
Dispose ( ) : void
EditHRDDetail ( HRDDetail hrdDetail ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : HRDDetail
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllHRDDetail ( ) : List
HRDDetailService ( IUnitOfWork unitOfWork ) : System

Method Details

AddHRDDetail() public méthode

public AddHRDDetail ( HRDDetail hrdDetail ) : bool
hrdDetail Cats.Models.HRDDetail
Résultat bool

AddWoreda() public méthode

public AddWoreda ( HRDDetail hrdDetail ) : bool
hrdDetail Cats.Models.HRDDetail
Résultat bool

DeleteById() public méthode

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

DeleteHRDDetail() public méthode

public DeleteHRDDetail ( HRDDetail hrdDetail ) : bool
hrdDetail Cats.Models.HRDDetail
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditHRDDetail() public méthode

public EditHRDDetail ( HRDDetail hrdDetail ) : bool
hrdDetail Cats.Models.HRDDetail
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 ) : HRDDetail
id int
Résultat Cats.Models.HRDDetail

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

GetAllHRDDetail() public méthode

public GetAllHRDDetail ( ) : List
Résultat List

HRDDetailService() public méthode

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