IRatingAdapter Interface |
Namespace: PSI.Sox.Adapter.Interfaces
public interface IRatingAdapter : IAdapter, IDisposable
The IRatingAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterConfiguration |
Gets or sets AdapterConfiguration.
(Inherited from IAdapter.) |
![]() | 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 | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Init |
Initializes adapter
(Inherited from IAdapter.) |
![]() | Rate |
Rates a shipment.
|