aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
Doug Bunting 0549769fd0 Set `ModelMetadata.TemplateHint` based on data annotations
- add `CachedDataAnnotationsMetadataAttributes.UIHint`
- set `ModelMetadata.TemplateHint` using `UIHintAttribute` or `HiddenInputAttribute`
- add doc comments for `TemplateHint`-related properties and methods
- add unit tests and use these attributes in functional tests

nits:
- cache and seal `CachedModelMetadata.IsCollectionType`
- correct doc comments for `ModelMetadata.RealModelType`
- add doc comments for `IsCollectionType`-related properties and methods
- add doc comments for `IsComplexType`-related properties and methods
- move `CachedModelMetadata.IsComplexType` right below `IsCollectionType`
 - same for related fields and methods
2015-02-13 15:28:45 -08:00
..
Binders Added support for binding FormCollection 2015-02-13 11:14:50 -08:00
Metadata Set `ModelMetadata.TemplateHint` based on data annotations 2015-02-13 15:28:45 -08:00
Properties
Utils
Validation
ValueProviders Make BindingSource extensible 2015-02-05 13:41:31 -08:00
BindAttributeTest.cs
Microsoft.AspNet.Mvc.ModelBinding.Test.kproj
ModelBindingContextTest.cs
Resources.resx
SimpleTypeExcludeFilterTest.cs
TestValueProvider.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
project.json