C# Класс DRMFSS.BLL.Services.DispatchService

Наследование: IDispatchService
Показать файл Открыть проект

Открытые методы

Метод Описание
AddDispatch ( Dispatch dispatch ) : bool
ByHubIdAndAllocationIDetached ( int hubId, System.Guid dispatchAllocationId ) : List
ByHubIdAndOtherAllocationIDetached ( int hubId, System.Guid OtherDispatchAllocationId ) : List
DeleteById ( int id ) : bool
DeleteDispatch ( Dispatch dispatch ) : bool
DispatchService ( IUnitOfWork unitOfWork ) : System
Dispose ( ) : void
EditDispatch ( Dispatch dispatch ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( System id ) : Dispatch
FindById ( int id ) : Dispatch
GetAllDispatch ( ) : List
GetAvailableCommodities ( string SINumber, int hubID ) : List

Gets the available commodities.

GetDispatchByGIN ( string ginNo ) : Dispatch
GetDispatchTransaction ( System.Guid dispatchId ) : Transaction

Gets the dispatch transaction.

GetFDPBalance ( int FDPID, string RequisitionNo ) : FDPBalance

Gets the FDP balance.

Описание методов

AddDispatch() публичный Метод

public AddDispatch ( Dispatch dispatch ) : bool
dispatch Dispatch
Результат bool

ByHubIdAndAllocationIDetached() публичный Метод

public ByHubIdAndAllocationIDetached ( int hubId, System.Guid dispatchAllocationId ) : List
hubId int
dispatchAllocationId System.Guid
Результат List

ByHubIdAndOtherAllocationIDetached() публичный Метод

public ByHubIdAndOtherAllocationIDetached ( int hubId, System.Guid OtherDispatchAllocationId ) : List
hubId int
OtherDispatchAllocationId System.Guid
Результат List

DeleteById() публичный Метод

public DeleteById ( int id ) : bool
id int
Результат bool

DeleteDispatch() публичный Метод

public DeleteDispatch ( Dispatch dispatch ) : bool
dispatch Dispatch
Результат bool

DispatchService() публичный Метод

public DispatchService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

EditDispatch() публичный Метод

public EditDispatch ( Dispatch dispatch ) : bool
dispatch Dispatch
Результат bool

FindBy() публичный Метод

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Результат List

FindById() публичный Метод

public FindById ( System id ) : Dispatch
id System
Результат Dispatch

FindById() публичный Метод

public FindById ( int id ) : Dispatch
id int
Результат Dispatch

GetAllDispatch() публичный Метод

public GetAllDispatch ( ) : List
Результат List

GetAvailableCommodities() публичный Метод

Gets the available commodities.
public GetAvailableCommodities ( string SINumber, int hubID ) : List
SINumber string The SI number.
hubID int
Результат List

GetDispatchByGIN() публичный Метод

public GetDispatchByGIN ( string ginNo ) : Dispatch
ginNo string
Результат Dispatch

GetDispatchTransaction() публичный Метод

Gets the dispatch transaction.
public GetDispatchTransaction ( System.Guid dispatchId ) : Transaction
dispatchId System.Guid The dispatch id.
Результат Transaction

GetFDPBalance() публичный Метод

Gets the FDP balance.
public GetFDPBalance ( int FDPID, string RequisitionNo ) : FDPBalance
FDPID int The FDPID.
RequisitionNo string
Результат FDPBalance