Method | Description | |
---|---|---|
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 |
||
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.
|
public AddDispatch ( Dispatch dispatch ) : bool | ||
dispatch | Dispatch | |
return | bool |
public ByHubIdAndAllocationIDetached ( int hubId, System.Guid dispatchAllocationId ) : List |
||
hubId | int | |
dispatchAllocationId | System.Guid | |
return | List |
public ByHubIdAndOtherAllocationIDetached ( int hubId, System.Guid OtherDispatchAllocationId ) : List |
||
hubId | int | |
OtherDispatchAllocationId | System.Guid | |
return | List |
public DeleteDispatch ( Dispatch dispatch ) : bool | ||
dispatch | Dispatch | |
return | bool |
public DispatchService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public EditDispatch ( Dispatch dispatch ) : bool | ||
dispatch | Dispatch | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public GetAvailableCommodities ( string SINumber, int hubID ) : List |
||
SINumber | string | The SI number. |
hubID | int | |
return | List |
public GetDispatchByGIN ( string ginNo ) : Dispatch | ||
ginNo | string | |
return | Dispatch |
public GetDispatchTransaction ( System.Guid dispatchId ) : Transaction | ||
dispatchId | System.Guid | The dispatch id. |
return | Transaction |
public GetFDPBalance ( int FDPID, string RequisitionNo ) : FDPBalance | ||
FDPID | int | The FDPID. |
RequisitionNo | string | |
return | FDPBalance |