Class | Description | |
---|---|---|
AttachmentContent | Provides HTTP content to be downloaded as attachments. | |
BodyModelBinder<T> | ModelBinder that reads information from the Request.Body. Please be aware that it is only safe to read the Request's Body one time. | |
C1ApiController | Defines the base class for the api controller. | |
ExporterResult | The IHttpActionResult for exporting. | |
ExportSource | The exchange data model used for sending export requests. | |
FormFile | This class defines the file from form post. | |
FromFormExAttribute | Defines a System.Web.Http.ModelBinding.ModelBinderAttribute object to deserialize the values from form. | |
ImportModelBinderAttribute | An attribute to apply to action parameters for model binding for import. | |
ImportSource | The wrapper of uploaded file as import source. | |
ImportSourceModelBinder | ModelBinder for uploaded file as import source. | |
Owin | Owin utility functions. | |
RequestModelBinder<T> | The model binder for the parameter of C1 Web API action. | |
StringModelBinder | Model binder for return raw string value. |
Interface | Description | |
---|---|---|
IExporter | Common interface for all exporters to share. | |
IExporter<T> | Common generic interface for all exporters to share. | |
IImporter<TSource,TResult> | Common generic interface for all importers to share. |
Enumeration | Description | |
---|---|---|
ExportFileType | Supported export file types |