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
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
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
MinLengthAttributeAdapterTest.cs
ModelMetadataProviderTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
NumericClientModelValidatorTest.cs
RangeAttributeAdapterTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs
TestModelNameProvider.cs
TestResources.cs
ValidationAttributeAdapterOfTAttributeTest.cs
ValidationAttributeAdapterProviderTest.cs