aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Metadata
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
..
AssociatedMetadataProviderTest.cs
BindingSourceTest.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
CachedDataAnnotationsMetadataAttributesTest.cs Set `ModelMetadata.TemplateHint` based on data annotations 2015-02-13 15:28:45 -08:00
CachedDataAnnotationsModelMetadataProviderTest.cs Set `ModelMetadata.TemplateHint` based on data annotations 2015-02-13 15:28:45 -08:00
CachedDataAnnotationsModelMetadataTest.cs Set `ModelMetadata.TemplateHint` based on data annotations 2015-02-13 15:28:45 -08:00
CompositeBindingSourceTest.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
ModelBinderAttributeTest.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
ModelMetadataAttributesTest.cs
ModelMetadataTest.cs PR comments 2015-02-09 16:24:28 -08:00
TestBinderMetadata.cs
TestModelNameProvider.cs