ValidateWebApp
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CWebApp.Models.Result.BaseResultModel
 CWebApp.Models.Result.AllGeneralErrorsModel
 CWebApp.Models.Result.AllGeneralWarningsModel
 CWebApp.Models.Result.BaseTableResultModel
 CWebApp.Models.Result.AllTableErrorModel
 CWebApp.Models.Result.AllTableWarningsModel
 CWebApp.Models.Result.ResultModel
 CController
 CWebApp.Controllers.HomeController
 CWebApp.Controllers.ResultControllerHandles request for the results
 CMicrosoft.AspNetCore.Mvc.Controller
 CWebApp.Controllers.ValidateControllerMain controller that handles the request for starting validation and UI for validation
 CCsvResultWriter
 CWebApp.Result.CreatorsWrappers.CsvResultCreatorWrapperWraps the general CsvWriter as we store a little different object to database compared to the result of validation
 CWebApp.Adapters.Db.DbAdapterServes as proxy for communication with database so the controllers can be simpler
 CWebApp.Models.ErrorViewModel
 CWebApp.Adapters.File.LocalFilesAdapterServes to mask the differences of local files validation compared to remote files validation
 CWebApp.File.Local.LocalFilesHandler
 CWebApp.Resources.LocServiceServes as shared resource localization service. Mainly used by different views to access shared localized strings
 CModelSnapshot
 CWebApp.Migrations.ServiceContextModelSnapshot
 CRdfResultWriter
 CWebApp.Result.CreatorsWrappers.RdfResultCreatorWrapperWrapper class around result creator from the library. We cannot use the default ones as we do not keep the same object produced by the validation in db
 CWebApp.Security.Sanitization.SanitizerSanitizes input from the users, mainly the local files names and sizes
 CWebApp.Resources.SharedResource
 CWebApp.Security.Validation.UserInputValidatorSanitizes and validates user input
 CWebApp.Models.ValidationStatus
 CWebApp.Constants.WebAppConstants
 CWebApp.Constants.WebServiceConstants