Namespace LemonEdge.API.Core.Reporting
Classes
CSVSimpleReader
ExpressReportProcessor
ExpressReportProcessorFactory
SQLExecuterReader
Interfaces
IBusyReporter
Used for providing a generic implementation for displaying, or logging, a busy processing message for the user
Each DisplayBusy(string) call is added to a stack. The system is still shown as busy processing un till an equal amount of StopBusy() calls are made
IProgressReporter
An interface for reporting the progress of task to the user in the client application, or to logs for server running tasks