Validation
Table of Contents
Namespaces
Interfaces
- ITypeValidator
- Ensures that the given app data is of the model's allowed types and satisfies other constraints of the model.
Classes
- AbstractTypeValidator
- Validator for app data.
- ArrayValidator
- BoolValidator
- Validator for app data.
- DateTimeValidator
- Validator for app data.
- IntValidator
- Validator for app data.
- ListValidator
- Validator for app data.
- RangeValidator
- StringValidator
- Validator for app data.
- ValidatorFactory