| .. |
|
AssociatedValidatorProvider.cs
|
…
|
|
|
ClientModelValidationContext.cs
|
…
|
|
|
CompareAttributeAdapter.cs
|
…
|
|
|
CompositeModelValidatorProvider.cs
|
Moving IModelValidatorProvider to Options
|
2014-08-26 11:53:32 -07:00 |
|
DataAnnotationsModelValidator.cs
|
…
|
|
|
DataAnnotationsModelValidatorOfTAttribute.cs
|
…
|
|
|
DataAnnotationsModelValidatorProvider.cs
|
…
|
|
|
DataMemberModelValidatorProvider.cs
|
…
|
|
|
DataTypeAttributeAdapter.cs
|
…
|
|
|
DefaultBodyModelValidator.cs
|
changed contract.assert to debug.assert
|
2014-11-19 15:35:28 -08:00 |
|
IBodyModelValidator.cs
|
Issue #452: Changes to enable validation for objects generated by InputFormatters. UnitTests + FunctionalTests for the same.
|
2014-10-06 16:29:56 -07:00 |
|
IClientModelValidator.cs
|
…
|
|
|
ICompositeModelValidatorProvider.cs
|
Moving IModelValidatorProvider to Options
|
2014-08-26 11:53:32 -07:00 |
|
IExcludeTypeValidationFilter.cs
|
Adding support for excluding types for validation, based on type names for body bound models.
|
2014-11-06 11:00:50 -08:00 |
|
IModelValidator.cs
|
…
|
|
|
IModelValidatorProvider.cs
|
…
|
|
|
IModelValidatorProviderProvider.cs
|
Moving IModelValidatorProvider to Options
|
2014-08-26 11:53:32 -07:00 |
|
MaxLengthAttributeAdapter.cs
|
…
|
|
|
MinLengthAttributeAdapter.cs
|
…
|
|
|
ModelClientValidationEqualToRule.cs
|
…
|
|
|
ModelClientValidationMaxLengthRule.cs
|
…
|
|
|
ModelClientValidationMinLengthRule.cs
|
…
|
|
|
ModelClientValidationRangeRule.cs
|
…
|
|
|
ModelClientValidationRegexRule.cs
|
…
|
|
|
ModelClientValidationRequiredRule.cs
|
…
|
|
|
ModelClientValidationRule.cs
|
…
|
|
|
ModelClientValidationStringLengthRule.cs
|
…
|
|
|
ModelValidatedEventArgs.cs
|
…
|
|
|
ModelValidatingEventArgs.cs
|
…
|
|
|
ModelValidationContext.cs
|
Adding support for excluding types for validation, based on type names for body bound models.
|
2014-11-06 11:00:50 -08:00 |
|
ModelValidationNode.cs
|
Limit the maximum number of Model errors to a reasonable value.
|
2014-09-16 09:57:00 -07:00 |
|
ModelValidationResult.cs
|
…
|
|
|
RangeAttributeAdapter.cs
|
…
|
|
|
ReferenceEqualityComparer.cs
|
Issue #452: Changes to enable validation for objects generated by InputFormatters. UnitTests + FunctionalTests for the same.
|
2014-10-06 16:29:56 -07:00 |
|
RegularExpressionAttributeAdapter.cs
|
…
|
|
|
RequiredAttributeAdapter.cs
|
…
|
|
|
RequiredMemberModelValidator.cs
|
…
|
|
|
StringLengthAttributeAdapter.cs
|
…
|
|
|
ValidatableObjectAdapter.cs
|
…
|
|