IBusinessObjectLoad Method | |
Business rules hook that returns a ShipmentRequest object.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax ShipmentRequest Load(
string value,
ShipmentRequest shipmentRequest,
SerializableDictionary userParams
)
ShipmentRequest^ Load(
String^ value,
ShipmentRequest^ shipmentRequest,
SerializableDictionary^ userParams
)
function Load(value, shipmentRequest, userParams);
Parameters
- value
- Type: SystemString
String value containing an order number, etc. - shipmentRequest
- Type: PSI.SoxShipmentRequest
ShipmentRequest object passed in containing the current shipment information if called from a ShipExec Client. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
Return Value
Type:
ShipmentRequestShipmentRequest object.
See Also