ExcelImportResponse class
namespace: Serenity.Extensions assembly: Serenity.Extensions
The response model for an Excel import service.
public class ExcelImportResponse : ServiceResponse
Public Members
| name | description |
|---|---|
| ExcelImportResponse() | The default constructor. |
| ErrorList { get; set; } | The list of errors encountered during import, if any. |
| Inserted { get; set; } | The number of records inserted. |
| Updated { get; set; } | The number of records updated. |
See Also
- class ServiceResponse
- Source: ExcelImportRequest.cs