C# Class Cats.Services.EarlyWarning.HrdDonorCoverageService

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

Méthodes publiques

Méthode Description
AddHrdDonorCoverage ( Models hrdDonorCoverage ) : bool
DeleteById ( int id ) : bool
DeleteHrdDonorCoverage ( Models hrdDonorCoverage ) : bool
Dispose ( ) : void
EditHrdDonorCoverage ( Models hrdDonorCoverage ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Models.HrdDonorCoverage
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllHrdDonorCoverage ( ) : List
GetWoredaBeneficiaryNumber ( int hrdID, int woredaID ) : HRDDetail
HrdDonorCoverageService ( IUnitOfWork unitOfWork ) : System
NumberOfCoveredWoredas ( int donorCoverageID ) : int
TransposeData ( IEnumerable donorCoverageDetails, IEnumerable rationDetails, int hrdID, string preferedWeight ) : DataTable

Method Details

AddHrdDonorCoverage() public méthode

public AddHrdDonorCoverage ( Models hrdDonorCoverage ) : bool
hrdDonorCoverage Models
Résultat bool

DeleteById() public méthode

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

DeleteHrdDonorCoverage() public méthode

public DeleteHrdDonorCoverage ( Models hrdDonorCoverage ) : bool
hrdDonorCoverage Models
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditHrdDonorCoverage() public méthode

public EditHrdDonorCoverage ( Models hrdDonorCoverage ) : bool
hrdDonorCoverage 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.HrdDonorCoverage
id int
Résultat Models.HrdDonorCoverage

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

GetAllHrdDonorCoverage() public méthode

public GetAllHrdDonorCoverage ( ) : List
Résultat List

GetWoredaBeneficiaryNumber() public méthode

public GetWoredaBeneficiaryNumber ( int hrdID, int woredaID ) : HRDDetail
hrdID int
woredaID int
Résultat Cats.Models.HRDDetail

HrdDonorCoverageService() public méthode

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

NumberOfCoveredWoredas() public méthode

public NumberOfCoveredWoredas ( int donorCoverageID ) : int
donorCoverageID int
Résultat int

TransposeData() public méthode

public TransposeData ( IEnumerable donorCoverageDetails, IEnumerable rationDetails, int hrdID, string preferedWeight ) : DataTable
donorCoverageDetails IEnumerable
rationDetails IEnumerable
hrdID int
preferedWeight string
Résultat System.Data.DataTable