Click or drag to resize

IGenericImportService Interface

Import/export service

Namespace:  EBP.Api.Interfaces.GenericImport
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IGenericImportService : IService, 
	IDisposable, IEquatable<IProxy>

The IGenericImportService type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExport
Process an export.
Public methodImport
Process an import.
Top
See Also