IErpService Interface

Provides the interface for working with an ERP Service.

Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll

Syntax

1
public interface IErpService : IDisposable

Properties

Type

Name

Description

../../../_images/prop.ico IErpEntitySets

EntitySets

Gets the EntitySets of the service.

../../../_images/prop.ico IErpEntityTypes

EntityTypes

Gets all the EntityTypes of the service.

../../../_images/prop.ico bool

IsAvailable

Indicates whether the service is available.

../../../_images/prop.ico string

Name

The name of the service.

../../../_images/prop.ico Uri

Url

The Url of the service.

Methods

Type

Name

Description

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

Dispose()

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

Remarks

When calling Dispose() the service is disconnected from the ErpClient.
If the service is a CatalogService, the CatalogService and all its known services get disconnected.

See also

Reference