ValidateWebApp
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CWebService.Models.BaseEntity
 CWebService.Adapters.Result.ErrorGroup
 CWebService.Adapters.Result.WarningGroup
 CWebService.Models.ErrorsAndWarnings.ErrorOrWarning
 CWebService.Models.ErrorsAndWarnings.ErrorRepresents error that has been raised during the validation
 CWebService.Models.ErrorsAndWarnings.WarningRepresents warning that has ocurred during the validation process
 CWebService.Models.Result.TableGroupResultHolds the information about the validation result
 CWebService.Models.Result.TableResultHolds information about validation result but only for one table of potentionally many in the table group TableGroupResult
 CWebService.BackgroundServices.CleaningParameters
 CControllerBase
 CWebService.Controllers.GetResultController
 CWebService.Controllers.ValidateController
 CDbContext
 CWebService.Models.Db.ServiceContextClass used to communicate with the database using Entity framework
 CWebService.Adapters.Result.ErrorGrouper
 CIDisposable
 CWebService.BackgroundServices.CleaningServiceStarts periodical cleaning of the records in the database. We do not want to keep the validation results for too long
 CIHostedService
 CWebService.BackgroundServices.CleaningServiceStarts periodical cleaning of the records in the database. We do not want to keep the validation results for too long
 CIMessageHolder
 CWebService.Models.ErrorsAndWarnings.ErrorOrWarning
 CWebService.LanguageUtils.LanguageUtility
 CModelSnapshot
 CWebService.Migrations.ServiceContextModelSnapshot
 CWebService.Models.Response.ResponseMessage
 CWebService.Models.Response.ResponseMessageFactoryCreates response message instances. In the future maybe more complex operation would have to be done before creating instance of ResponseMessage
 CWebService.Adapters.Serialization.ResultSerializer
 CWebService.Security.Sanitization.SanitizerSanitizes the input user provides us with in the API
 CWebService.Models.Request.ValidateRequestRepresents expected body content of a request that arrived at the Validate endpoint
 CWebService.Models.Response.ValidateResponseFactoryCreates response message body for request that has arrived at a Validate endpoint
 CWebService.Models.Progress.ValidationProgressStatusRepresents different states of validation progress
 CWebService.Adapters.ValidatorLibAdapter.ValidationResultAdapter
 CWebService.Adapters.Result.WarningGrouper