aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
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
..
CompareAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsClientModelValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataAnnotationsMetadataProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataAnnotationsModelValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataAnnotationsModelValidatorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DataMemberRequiredBindingMetadataProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataTypeClientModelValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DefaultModelClientValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
MaxLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
MinLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
ModelMetadataProviderTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
NumericClientModelValidatorTest.cs Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
RangeAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
RequiredAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
StringLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
TestModelNameProvider.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TestResources.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ValidationAttributeAdapterOfTAttributeTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
ValidationAttributeAdapterProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00