IBusinessObject Interface |
Namespace: PSI.Sox.Interfaces
public interface IBusinessObject
The IBusinessObject type exposes the following members.
| Name | Description | |
|---|---|---|
| BusinessObjectApi |
Gets or sets BusinessObjectAPI
| |
| BusinessRuleSettings |
Gets or sets BusinessRuleSettings
| |
| ClientContext |
Gets or sets ClientContext
| |
| Logger |
Gets or sets Logger.
| |
| Profile |
Gets or sets Profile
|
| Name | Description | |
|---|---|---|
| AddressValidation |
Business rules hook that can be used to override the AddressValidation event.
| |
| CloseManifest |
Business rules hook that can be used to override the CloseManifest event.
| |
| ErrorLabel |
Business rules hook that fires when an error occurs while processing a shipment.
| |
| GetBatchReferences |
Business rules hook that sets the list of batch references displayed on the Batch screen in the shipping client.
| |
| GetBoxTypes |
Business rules hook that sets the list of box types displayed on the shipping screen in the shipping client.
| |
| GetCommodityContents |
Business rules hook that sets the list of available commodity contents that are available on the commodities screen in the shipping client.
| |
| GetHazmatContents |
Business rules hook that sets the list of available commodity contents that are available on the commodities screen in the shipping client.
| |
| Load |
Business rules hook that returns a ShipmentRequest object.
| |
| LoadBatch |
Business rules hook that loads a batch.
| |
| ParseBatchFile |
Business rules hook to parse a custom file of batch records.
| |
| PostAddressValidation |
Business rules hook that fires after the AddressValidation event.
| |
| PostCloseGroup |
Business rules hook that fires after the CloseGroup event.
| |
| PostCloseManifest |
Business rules hook that fires after CloseManifest event.
| |
| PostCreateGroup |
Business rules hook that fires after the CreateGroup event.
| |
| PostModifyGroup |
Business rules hook that fires after the ModifyGroup event.
| |
| PostModifyPackageList |
Business rules hook that fires after the ModifyPackageList event.
| |
| PostPack |
Business rules hook that fires after a Pack event.
| |
| PostPackRate |
Business rules hook that fires after a PackRate event.
| |
| PostPrint |
Business rules hook that fires after the Print event.
| |
| PostProcessBatch |
Business rules hook that fires after the ProcessBatch event.
| |
| PostRate |
Business rules hook that fires after the Rate event.
| |
| PostReprocess |
Business rules hook that fires after the Reprocess event.
| |
| PostShip |
Business rules hook that fires after the Ship event.
| |
| PostTransmit |
Business rules hook that fires after the Transmit event.
| |
| PostVoid |
Business rules hook that fires after the Void event.
| |
| PreAddressValidation |
Business rules hook that fires before the AddressValidation event.
| |
| PreCloseGroup |
Business rules hook that fires before the CloseGroup event.
| |
| PreCloseManifest |
Business rules hook that fires before the CloseManifest event.
| |
| PreCreateGroup |
Business rules hook that fires before the CreateGroup event.
| |
| PreModifyGroup |
Business rules hook that fires before the ModifyGroup event.
| |
| PreModifyPackageList |
Business rules hook that fires before the ModifyPackageList event.
| |
| PrePack |
Business rules hook that fires before the Pack event.
| |
| PrePackRate |
Business rules hook that fires before the PackRate event.
| |
| PrePrint |
Business rules hook that fires before the Print event.
| |
| PreProcessBatch |
Business rules hook that fires before the ProcessBatch event.
| |
| PreRate |
Business rules hook that fires before the Rate event.
| |
| PreReprocess |
Business rules hook that fires before the Reprocess event.
| |
| PreShip |
Business rules hook fires before the Ship event.
| |
| PreTransmit |
Business rules hook that fires before the Transmit event.
| |
| PreVoid |
Business rules hook that fires before the Void event.
| |
Business rules hook that can be used to override the Print event.
| ||
| Rate |
Business rules hook that can be used to override the Rate event.
| |
| Ship |
Business rules hook that can be used to override the Ship event.
| |
| Transmit |
Business rules hook that can be used to override the Transmit event.
| |
| UserMethod |
Business rules hook that is exposed through the IwcfShip interface for users interacting with ShipExec through the API.
| |
| VoidPackage |
Business rules hook that can be used to override the Void event.
|