aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Metadata
Ryan Nowak 8399dc5f4e Add a custom collection type for ModelMetadata.Properties
This is a cleanup PR to improve the common usage of
ModelMetadata.Properties.

We found placed in code where both .Count and the ability to index by
property name would be useful. I was able to cascade this and simplify the
ModelBindingContext as well.
2015-01-26 14:36:40 -08:00
..
AssociatedMetadataProviderTest.cs
CachedDataAnnotationsMetadataAttributesTest.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
CachedDataAnnotationsModelMetadataProviderTest.cs Add a custom collection type for ModelMetadata.Properties 2015-01-26 14:36:40 -08:00
CachedDataAnnotationsModelMetadataTest.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
ModelBinderAttributeTest.cs
ModelMetadataAttributesTest.cs Added ModelMetadataType Attribute and logic to get attributes from ModelMetadata class 2015-01-15 13:19:10 -08:00
ModelMetadataTest.cs Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
TestBinderMetadata.cs
TestModelNameProvider.cs