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