Click or drag to resize

IBusinessObjectPostCloseManifest Method

Business rules hook that fires after CloseManifest event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void PostCloseManifest(
	string carrier,
	string shipper,
	ManifestItem manifestItem,
	CloseManifestResult closeOutResult,
	List<Package> packages,
	SerializableDictionary userParams
)

Parameters

carrier
Type: SystemString
ShipExec Carrier Symbol.
shipper
Type: SystemString
ShipExec Shipper Symbol.
manifestItem
Type: PSI.SoxManifestItem
CloseManifest Item Symbol.
closeOutResult
Type: CloseManifestResult
CloseOutResult object containing the result of the closeout operation.
packages
Type: System.Collections.GenericListPackage
List of Package objects containing the package(s) that were closed out.
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary of key/value pairs for custom use.
See Also