Namespace LemonEdge.API.Core.Reporting.Queries
Classes
APIRunnerHandler
AuditHistoryQueryableType
An implementation of IQueryableType that returns QueryableItems for being able to query all audit information within the entire lemonedge platform
CodeSnippetRunnerHandler
Indicates that ICodeSnippet can be used in a IQueryRunnerStep as a handler for generating reports
DeleteQueryRunnerHandler
Can be used in a IQueryRunnerStep as a handler for deleting the item
EntityQueryRunnerHandler
ExportDocumentRunnerHandler
Can be used in a IQueryRunnerStep as a handler for exporting documents
ExportXLSXAlgorithmRunnerHandler
Can be used in a IQueryRunnerStep as a handler for exporting algorithm run data as xlsx file
ExportXMLRunnerHandler
Can be used in a IQueryRunnerStep as a handler for exporting xml config
QueriesQueryableType
An implementation of IQueryableType that returns a QueryableItem for every ISQLWrapper within the entire lemonedge platform
QueryRunnerAPIExecuterAttribute
QueryRunnerHandlerExecutorInfo
The record for passing information into the IQueryRunnerHandlerExecutor
QueryRunnerHandlerFactory
QueryableTypeFactory
The factory responsible for retrieving all IQueryableType instances in the system for use with our query tools
ReportQueryRunnerHandler
Indicates that IReport can be used in a IQueryRunnerStep as a handler for generating reports
SQLWrapperQueryRunnerHandler
Indicates that ISQLWrapper can be used in a IQueryRunnerStep as a handler for generating reports
UpdateQueryRunnerHandler
Can be used in a IQueryRunnerStep as a handler for updating the item
Interfaces
IQueryRunnerAPIExecuter
IQueryRunnerAPIExecuterInfo
IQueryRunnerHandler
An interface for an entity type that can be used as a RunnerHandlerID in a IQueryRunner
IQueryRunnerHandlerExecutor
An interface that can implement running a query handler against a IQueryRunnerStep in a IQueryRunner run
IQueryRunnerHandlerFactory
IQueryableTypeFactory
Enums
QueryRunnerHandlerInstanceType
Indicates the type of instance that can be used with a IQueryRunnerHandler