C# 클래스 Cats.Services.EarlyWarning.HubAllocationService

상속: IHubAllocationService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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

메소드 상세

AddHubAllocation() 공개 메소드

public AddHubAllocation ( HubAllocation hubAllocation ) : bool
hubAllocation Cats.Models.HubAllocation
리턴 bool

AddHubAllocations() 공개 메소드

public AddHubAllocations ( IEnumerable allocations, int userProfileId ) : void
allocations IEnumerable
userProfileId int
리턴 void

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteHubAllocation() 공개 메소드

public DeleteHubAllocation ( HubAllocation hubAllocation ) : bool
hubAllocation Cats.Models.HubAllocation
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditHubAllocation() 공개 메소드

public EditHubAllocation ( HubAllocation hubAllocation ) : bool
hubAllocation Cats.Models.HubAllocation
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : HubAllocation
id int
리턴 Cats.Models.HubAllocation

GetAllHubAllocation() 공개 메소드

public GetAllHubAllocation ( ) : List
리턴 List

GetAllocatedHub() 공개 메소드

public GetAllocatedHub ( int id ) : string
id int
리턴 string

GetAllocatedHubByRequisitionNo() 공개 메소드

public GetAllocatedHubByRequisitionNo ( int requisitionNo ) : HubAllocation
requisitionNo int
리턴 Cats.Models.HubAllocation

GetAllocatedHubId() 공개 메소드

public GetAllocatedHubId ( int id ) : int
id int
리턴 int

HubAllocationService() 공개 메소드

public HubAllocationService ( UnitOfWork unitOfWork ) : System
unitOfWork Cats.Data.UnitWork.UnitOfWork
리턴 System