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 Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataAnnotationsClientModelValidatorOfTAttribute.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataAnnotationsClientModelValidatorProvider.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataAnnotationsMetadataProvider.cs Support `[Display(Name = "")]` on enum values 2015-08-06 16:07:50 -07:00
DataAnnotationsModelValidator.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataAnnotationsModelValidatorProvider.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DataTypeAttributeAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
DefaultClientModelValidatorProvider.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
HiddenInputAttribute.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
MaxLengthAttributeAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.xproj Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
MinLengthAttributeAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationEqualToRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationMaxLengthRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationMinLengthRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationNumericRule.cs [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
ModelClientValidationRangeRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationRegexRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationRequiredRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ModelClientValidationStringLengthRule.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
MvcDataAnnotationsMvcOptionsSetup.cs Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
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 Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
RegularExpressionAttributeAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
RequiredAttributeAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Resources.resx [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
StringLengthAttributeAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ValidatableObjectAdapter.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
project.json Fix MVC build break due to deleted package 2015-08-11 12:21:01 -07:00