IGroupAdapter Interface |
Namespace: PSI.Sox.Adapter.Interfaces
public interface IGroupAdapter : IAdapter, IDisposable
The IGroupAdapter type exposes the following members.
Name | Description | |
---|---|---|
AdapterConfiguration |
Gets or sets AdapterConfiguration.
(Inherited from IAdapter.) | |
AdapterDataHelper |
Shipping Adapter Data Helper
| |
AdapterId |
unique adapter id
(Inherited from IAdapter.) | |
AdapterName |
Gets the Adapter Name
(Inherited from IAdapter.) | |
AdapterSymbol |
Gets the adapter symbol, used to set the adapter prefix
(Inherited from IAdapter.) | |
AdapterVersion |
Get the Adapter Version.
(Inherited from IAdapter.) | |
CompanyName |
Returns the adapter company name
(Inherited from IAdapter.) | |
Logger |
Gets the instance of ILogger.
(Inherited from IAdapter.) | |
ProxySettings |
Gets or sets ProxySettings.
(Inherited from IAdapter.) |
Name | Description | |
---|---|---|
AddShipmentToGroup |
Adds Shipment to group
| |
CloseGroup |
Closes the specified group.
| |
CreateGroup |
Creates a group with associated data
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetCarriers |
Gets a list of Carriers
| |
GetDocuments |
Client interface that gets Symbol/FriendlyName pairs of available Group Documents by Carrier.
| |
GetGroup |
Gets group information based on the provided parameters.
| |
GetGroups |
Gets a list of Groups based on the provided parameters.
| |
GetGroupTypes |
Gets a list of grouping types
| |
Init |
Initializes adapter
(Inherited from IAdapter.) | |
ModifyGroup |
Modifies the data associated in a specific group
| |
ModifyPackageLabel |
modifies the package label for grouping
| |
OpenGroup |
Re-opens the specified group.
| |
PrintGroupDocument |
Print group document
|