aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
Ryan Nowak 144766f2e3 Simplify BindAttribute - rename PredicateProvider
This change renames IPropertyBindingPredicateProvider to
IPropertyFilterProvider. The changes here are mostly renames of
parameters/variables from predicate -> propertyFilter. I did a
find+replace and left the term 'predicate' in some of the docs because it
refers to a predicate in the abstract sense.

This change also simplifies BindAttribute and removes support for type
activation.
2016-03-31 12:34:02 -07:00
..
Binders Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
Metadata Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
Validation
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
EnumerableValueProviderTest.cs
FormValueProviderFactoryTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FormValueProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
JQueryFormValueProviderFactoryTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
JQueryFormValueProviderTest.cs
ModelBinderFactoryTest.cs
ModelBindingHelperTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ModelBindingResultTest.cs
QueryStringValueProviderFactoryTest.cs
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs
SimpleValueProvider.cs
StubModelBinder.cs
TestModelBinderProviderContext.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00