aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding/Binders
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
..
ArrayModelBinderProviderTest.cs
ArrayModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
BinderTypeModelBinderProviderTest.cs
BinderTypeModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
BodyModelBinderProviderTest.cs
BodyModelBinderTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ByteArrayModelBinderProviderTest.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderProviderTest.cs
CancellationTokenModelBinderTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
CollectionModelBinderProviderTest.cs
CollectionModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ComplexTypeModelBinderProviderTest.cs
ComplexTypeModelBinderTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
DictionaryModelBinderProviderTest.cs
DictionaryModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FormCollectionModelBinderProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FormCollectionModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FormFileModelBinderProviderTest.cs
FormFileModelBinderTest.cs
HeaderModelBinderProviderTest.cs
HeaderModelBinderTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
KeyValuePairModelBinderProviderTest.cs
KeyValuePairModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ServicesModelBinderProviderTest.cs
ServicesModelBinderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
SimpleTypeModelBinderProviderTest.cs
SimpleTypeModelBinderTest.cs