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  | 
|---|---|---|
EntitySets  | 
Gets the EntitySets of the service.  | 
|
EntityTypes  | 
Gets all the EntityTypes of the service.  | 
|
  | 
IsAvailable  | 
Indicates whether the service is available.  | 
  | 
Name  | 
The name of the service.  | 
Url  | 
The Url of the service.  | 
Methods
Type  | 
Name  | 
Description  | 
|---|---|---|
  | 
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