Click or drag to resize

IBusinessObjectPreCloseManifest Method

Business rules hook that fires before the CloseManifest event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void PreCloseManifest(
	string carrier,
	string shipper,
	ManifestItem manifestItem,
	SerializableDictionary userParams
)

Parameters

carrier
Type: SystemString
ShipExec Carrier Symbol.
shipper
Type: SystemString
ShipExec Shipper Symbol.
manifestItem
Type: PSI.SoxManifestItem
CloseManifest Item Symbol.
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary of key/value pairs for custom use.
See Also