C# Class DRMFSS.BLL.Services.ReceiveService

Inheritance: IReceiveService
Show file Open project: edgecomputing/cats-hub-module

Public Methods

Method Description
AddReceive ( Receive entity ) : bool
ByHubId ( int hubId ) : List

Bies the hub id.

ByHubIdAndAllocationIDetached ( int hubId, System.Guid receiptAllocationId ) : List
DeleteById ( int id ) : bool
DeleteReceive ( Receive entity ) : bool
Dispose ( ) : void
EditReceive ( Receive entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( System id ) : Receive
FindById ( int id ) : Receive
GetALlPorts ( ) : List

Return All Ports

GetAllReceive ( ) : List
ReceiveService ( IUnitOfWork unitOfWork ) : System

Method Details

AddReceive() public method

public AddReceive ( Receive entity ) : bool
entity Receive
return bool

ByHubId() public method

Bies the hub id.
public ByHubId ( int hubId ) : List
hubId int The hub id.
return List

ByHubIdAndAllocationIDetached() public method

public ByHubIdAndAllocationIDetached ( int hubId, System.Guid receiptAllocationId ) : List
hubId int
receiptAllocationId System.Guid
return List

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteReceive() public method

public DeleteReceive ( Receive entity ) : bool
entity Receive
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditReceive() public method

public EditReceive ( Receive entity ) : bool
entity Receive
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( System id ) : Receive
id System
return Receive

FindById() public method

public FindById ( int id ) : Receive
id int
return Receive

GetALlPorts() public method

Return All Ports
public GetALlPorts ( ) : List
return List

GetAllReceive() public method

public GetAllReceive ( ) : List
return List

ReceiveService() public method

public ReceiveService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System