ValidateWebApp
Loading...
Searching...
No Matches
Package List
Here are the packages with brief descriptions (if available):
[detail level 1234]
 NWebApp
 NAdapters
 NDb
 CDbAdapterServes as proxy for communication with database so the controllers can be simpler
 NFile
 CLocalFilesAdapterServes to mask the differences of local files validation compared to remote files validation
 NConstants
 CWebAppConstants
 CWebServiceConstants
 NControllers
 CHomeController
 CResultControllerHandles request for the results
 CValidateControllerMain controller that handles the request for starting validation and UI for validation
 NFile
 NLocal
 CLocalFilesHandler
 NMigrations
 CServiceContextModelSnapshot
 NModels
 NResult
 CAllGeneralErrorsModel
 CAllGeneralWarningsModel
 CAllTableErrorModel
 CAllTableWarningsModel
 CBaseResultModel
 CBaseTableResultModel
 CResultModel
 CErrorViewModel
 CValidationStatus
 NResources
 CLocServiceServes as shared resource localization service. Mainly used by different views to access shared localized strings
 CSharedResource
 NResult
 NCreatorsWrappers
 CCsvResultCreatorWrapperWraps the general CsvWriter as we store a little different object to database compared to the result of validation
 CRdfResultCreatorWrapperWrapper 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
 NSecurity
 NSanitization
 CSanitizerSanitizes input from the users, mainly the local files names and sizes
 NValidation
 CUserInputValidatorSanitizes and validates user input