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

../../../_images/prop.ico IErpServices

Services Gets the list of connected services.

Methods

Type

Name

Description

../../../_images/method.ico IErpService

ConnectErp(ConnectionSettings connectionSettings)

Creates a connection to a service using the specified ConnectionSettings.

../../../_images/method.ico void

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.)

Extension Methods

Type

Name

Description

../../../_images/method.ico IErpService

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