C# Class Cats.Services.EarlyWarning.HubAllocationService

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

Méthodes publiques

Méthode Description
AddHubAllocation ( HubAllocation hubAllocation ) : bool
AddHubAllocations ( IEnumerable allocations, int userProfileId ) : void
DeleteById ( int id ) : bool
DeleteHubAllocation ( HubAllocation hubAllocation ) : bool
Dispose ( ) : void
EditHubAllocation ( HubAllocation hubAllocation ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : HubAllocation
GetAllHubAllocation ( ) : List
GetAllocatedHub ( int id ) : string
GetAllocatedHubByRequisitionNo ( int requisitionNo ) : HubAllocation
GetAllocatedHubId ( int id ) : int
HubAllocationService ( UnitOfWork unitOfWork ) : System

Method Details

AddHubAllocation() public méthode

public AddHubAllocation ( HubAllocation hubAllocation ) : bool
hubAllocation Cats.Models.HubAllocation
Résultat bool

AddHubAllocations() public méthode

public AddHubAllocations ( IEnumerable allocations, int userProfileId ) : void
allocations IEnumerable
userProfileId int
Résultat void

DeleteById() public méthode

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

DeleteHubAllocation() public méthode

public DeleteHubAllocation ( HubAllocation hubAllocation ) : bool
hubAllocation Cats.Models.HubAllocation
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditHubAllocation() public méthode

public EditHubAllocation ( HubAllocation hubAllocation ) : bool
hubAllocation Cats.Models.HubAllocation
Résultat bool

FindBy() public méthode

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

FindById() public méthode

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

GetAllHubAllocation() public méthode

public GetAllHubAllocation ( ) : List
Résultat List

GetAllocatedHub() public méthode

public GetAllocatedHub ( int id ) : string
id int
Résultat string

GetAllocatedHubByRequisitionNo() public méthode

public GetAllocatedHubByRequisitionNo ( int requisitionNo ) : HubAllocation
requisitionNo int
Résultat Cats.Models.HubAllocation

GetAllocatedHubId() public méthode

public GetAllocatedHubId ( int id ) : int
id int
Résultat int

HubAllocationService() public méthode

public HubAllocationService ( UnitOfWork unitOfWork ) : System
unitOfWork Cats.Data.UnitWork.UnitOfWork
Résultat System