|
ValidateWebApp
|
| ▼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.ResultController | Handles request for the results |
| ▼CMicrosoft.AspNetCore.Mvc.Controller | |
| CWebApp.Controllers.ValidateController | Main controller that handles the request for starting validation and UI for validation |
| ▼CCsvResultWriter | |
| CWebApp.Result.CreatorsWrappers.CsvResultCreatorWrapper | Wraps the general CsvWriter as we store a little different object to database compared to the result of validation |
| CWebApp.Adapters.Db.DbAdapter | Serves as proxy for communication with database so the controllers can be simpler |
| CWebApp.Models.ErrorViewModel | |
| CWebApp.Adapters.File.LocalFilesAdapter | Serves to mask the differences of local files validation compared to remote files validation |
| CWebApp.File.Local.LocalFilesHandler | |
| CWebApp.Resources.LocService | Serves as shared resource localization service. Mainly used by different views to access shared localized strings |
| ▼CModelSnapshot | |
| CWebApp.Migrations.ServiceContextModelSnapshot | |
| ▼CRdfResultWriter | |
| CWebApp.Result.CreatorsWrappers.RdfResultCreatorWrapper | Wrapper 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.Sanitizer | Sanitizes input from the users, mainly the local files names and sizes |
| CWebApp.Resources.SharedResource | |
| CWebApp.Security.Validation.UserInputValidator | Sanitizes and validates user input |
| CWebApp.Models.ValidationStatus | |
| CWebApp.Constants.WebAppConstants | |
| CWebApp.Constants.WebServiceConstants |