Click or drag to resize

IBusinessObjectPrePackRate Method

Business rules hook that fires before the PackRate event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void PrePackRate(
	PackingRateRequest packRateRequest,
	SerializableDictionary userParams
)

Parameters

packRateRequest
Type: PSI.Sox.PackingPackingRateRequest
PackRateRequest object containing the information for the package to be pack rated.
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also