IBusinessObjectPreCloseGroup Method | |
Business rules hook that fires before the CloseGroup event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PreCloseGroup(
string carrier,
string groupType,
SerializableDictionary userParams
)
void PreCloseGroup(
String^ carrier,
String^ groupType,
SerializableDictionary^ userParams
)
function PreCloseGroup(carrier, groupType, userParams);
Parameters
- carrier
- Type: SystemString
ShipExec Carrier Symbol. Example: CONNECTSHIP_UPS.UPS - groupType
- Type: SystemString
Group Type. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also