aspnetcore/src/Microsoft.AspNet.Mvc.DataAn...
Doug Bunting bf7e0f141e Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata`
- #2992
- use new properties to replace common helper methods
- still a few `Nullable.GetUnderlyingType()` calls
  - creating `ModelMetadata` or sites lacking `ModelMetadata` access e.g. `ModelBindingHelper.ConvertTo()`
2015-08-24 12:26:50 -07:00
..
DependencyInjection Homogenize MVC startup code patterns 2015-08-16 18:48:24 -07:00
Properties [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
CompareAttributeAdapter.cs
DataAnnotationsClientModelValidatorOfTAttribute.cs
DataAnnotationsClientModelValidatorProvider.cs
DataAnnotationsMetadataProvider.cs Support `[Display(Name = "")]` on enum values 2015-08-06 16:07:50 -07:00
DataAnnotationsModelValidator.cs
DataAnnotationsModelValidatorProvider.cs
DataTypeAttributeAdapter.cs
DefaultClientModelValidatorProvider.cs
HiddenInputAttribute.cs
MaxLengthAttributeAdapter.cs
Microsoft.AspNet.Mvc.DataAnnotations.xproj
MinLengthAttributeAdapter.cs
ModelClientValidationEqualToRule.cs
ModelClientValidationMaxLengthRule.cs
ModelClientValidationMinLengthRule.cs
ModelClientValidationNumericRule.cs [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
ModelClientValidationRangeRule.cs
ModelClientValidationRegexRule.cs
ModelClientValidationRequiredRule.cs
ModelClientValidationStringLengthRule.cs
MvcDataAnnotationsMvcOptionsSetup.cs
NumericClientModelValidator.cs [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
NumericClientModelValidatorProvider.cs Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata` 2015-08-24 12:26:50 -07:00
RangeAttributeAdapter.cs
RegularExpressionAttributeAdapter.cs
RequiredAttributeAdapter.cs
Resources.resx [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
StringLengthAttributeAdapter.cs
ValidatableObjectAdapter.cs
project.json Fix MVC build break due to deleted package 2015-08-11 12:21:01 -07:00