[]
        
(Showing Draft Content)

C1.Web.Api.IExporter-1

IExporter<T> Interface

Common generic interface for all exporters to share.

Namespace: C1.Web.Api
Assembly: C1.Web.Api.dll
Syntax
public interface IExporter<T> : IExporter where T : ExportSource
Type Parameters
Name Description
T

Type of ExportSource.

Methods

Name Description
ExportAsync(T, Stream)

Execute exporting task asynchronously.