IBusinessObjectPreTransmit Method | |
Business rules hook that fires before the Transmit event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PreTransmit(
string carrier,
string shipper,
List<TransmitItem> transmitItems,
SerializableDictionary userParams
)
void PreTransmit(
String^ carrier,
String^ shipper,
List<TransmitItem^>^ transmitItems,
SerializableDictionary^ userParams
)
function PreTransmit(carrier, shipper, transmitItems, userParams);
Parameters
- carrier
- Type: SystemString
ShipExec Carrier Symbol. Example: CONNECTSHIP_UPS.UPS - shipper
- Type: SystemString
ShipExec Shipper Symbol. Example: TEX - transmitItems
- Type: System.Collections.GenericListTransmitItem
List of transmit items - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also