Method | Description | |
---|---|---|
AddDispatchDetail ( |
||
ByDispatchIDetached ( System.Guid dispatchId, string PreferedWeightMeasurment ) : List |
||
DeleteById ( int id ) : bool | ||
DeleteDispatchDetail ( |
||
DispatchDetailService ( IUnitOfWork unitOfWork ) : System | ||
Dispose ( ) : void | ||
EditDispatchDetail ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
GetAllDispatchDetail ( ) : List |
||
GetDispatchDetail ( System.Guid dispatchId ) : List |
||
GetDispatchDetail ( int PartitionId, System.Guid dispatchId ) : List |
Gets the dispatch detail list.
|
public AddDispatchDetail ( |
||
dispatchDetail | ||
return | bool |
public ByDispatchIDetached ( System.Guid dispatchId, string PreferedWeightMeasurment ) : List |
||
dispatchId | System.Guid | |
PreferedWeightMeasurment | string | |
return | List |
public DeleteDispatchDetail ( |
||
dispatchDetail | ||
return | bool |
public DispatchDetailService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public EditDispatchDetail ( |
||
dispatchDetail | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : |
||
id | int | |
return |
public GetDispatchDetail ( System.Guid dispatchId ) : List |
||
dispatchId | System.Guid | |
return | List |
public GetDispatchDetail ( int PartitionId, System.Guid dispatchId ) : List |
||
PartitionId | int | |
dispatchId | System.Guid | The dispatch id. |
return | List |