Click or drag to resize

IPackVerificationAdapter Interface

Pack Verification Adapter Interface

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
public interface IPackVerificationAdapter : IAdapter, 
	IDisposable

The IPackVerificationAdapter type exposes the following members.

Properties
  NameDescription
Public propertyAdapterConfiguration
Gets or sets AdapterConfiguration.
(Inherited from IAdapter.)
Public propertyAdapterId
unique adapter id
(Inherited from IAdapter.)
Public propertyAdapterName
Gets the Adapter Name
(Inherited from IAdapter.)
Public propertyAdapterSymbol
Gets the adapter symbol, used to set the adapter prefix
(Inherited from IAdapter.)
Public propertyAdapterVersion
Get the Adapter Version.
(Inherited from IAdapter.)
Public propertyCompanyName
Returns the adapter company name
(Inherited from IAdapter.)
Public propertyLogger
Gets the instance of ILogger.
(Inherited from IAdapter.)
Public propertyProxySettings
Gets or sets ProxySettings.
(Inherited from IAdapter.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInit
Initializes adapter
(Inherited from IAdapter.)
Top
See Also