aspnetcore/src/Microsoft.AspNet.Mvc.ModelB.../Validation
Pranav K f740aabb79 Reviving RangeAttributeAdapter, RequiredAttributeAdapter,
StringLengthAttributeAdapter

* Adding remaining DataTypeAttribute adapter rules
2014-04-26 11:39:29 -07:00
..
AssociatedValidatorProvider.cs
ClientModelValidationContext.cs
CompareAttributeAdapter.cs
CompositeModelValidator.cs
DataAnnotationsModelValidator.cs
DataAnnotationsModelValidatorOfTAttribute.cs
DataAnnotationsModelValidatorProvider.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
DataMemberModelValidatorProvider.cs Introducing AntiForgery System : 2014-04-24 18:12:11 -07:00
DataTypeAttributeAdapter.cs
ErrorModelValidator.cs
FieldValidationMetadata.cs
IClientModelValidator.cs
IModelValidator.cs
IModelValidatorProvider.cs
InvalidModelValidatorProvider.cs
MaxLengthAttributeAdapter.cs Reviving MinLength and MaxLength attribute adapters 2014-04-24 15:52:05 -07:00
MinLengthAttributeAdapter.cs Reviving MinLength and MaxLength attribute adapters 2014-04-24 15:52:05 -07:00
ModelClientValidationEqualToRule.cs
ModelClientValidationMaxLengthRule.cs Reviving MinLength and MaxLength attribute adapters 2014-04-24 15:52:05 -07:00
ModelClientValidationMinLengthRule.cs Reviving MinLength and MaxLength attribute adapters 2014-04-24 15:52:05 -07:00
ModelClientValidationRangeRule.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
ModelClientValidationRegexRule.cs
ModelClientValidationRequiredRule.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
ModelClientValidationRule.cs
ModelClientValidationStringLengthRule.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
ModelValidatedEventArgs.cs
ModelValidatingEventArgs.cs
ModelValidationContext.cs
ModelValidationNode.cs
ModelValidationResult.cs
RangeAttributeAdapter.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
RegularExpressionAttributeAdapter.cs
RequiredAttributeAdapter.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
RequiredMemberModelValidator.cs
StringLengthAttributeAdapter.cs Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -07:00
ValidatableObjectAdapter.cs