IErpClient Interface
Provides the base interface for the ErpClient class.
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Syntax
1 | public interface IErpClient : IDisposable  | 
Properties
Type  | 
Name  | 
Description  | 
|---|---|---|
Services Gets the list of connected services.  | 
Methods
Type  | 
Name  | 
Description  | 
|---|---|---|
ConnectErp(ConnectionSettings connectionSettings)  | 
Creates a connection to a service using the specified ConnectionSettings.  | 
|
  | 
Dispose()  | 
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.aspx).)  | 
Extension Methods
Type  | 
Name  | 
Description  | 
|---|---|---|
ConnectErp(Uri service = null, ICredentials credentials = null, bool ignoreCertificates = false, Action<ErpClientSettings> onConnect = null)  | 
Overloaded. Creates a connection to a service using the specified parameter values.  | 
See also
Reference