aspnetcore/src/Microsoft.AspNetCore.Mvc.Ab.../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
..
Metadata Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
Validation Enabled xml doc generation 2016-02-24 12:19:46 -08:00
BindingInfo.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
BindingSource.cs Small Refactorings 2016-02-23 19:01:09 -08:00
CompositeBindingSource.cs
EnumGroupAndName.cs
IBinderTypeProviderMetadata.cs
IBindingSourceMetadata.cs
IModelBinder.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
IModelBinderProvider.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
IModelMetadataProvider.cs
IModelNameProvider.cs
IPropertyFilterProvider.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
IValueProvider.cs
IValueProviderFactory.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
ModelBinderProviderContext.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelBindingContext.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ModelBindingResult.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
ModelError.cs
ModelErrorCollection.cs
ModelMetadata.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ModelPropertyCollection.cs
ModelStateDictionary.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ModelStateEntry.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ModelValidationState.cs
OperationBindingContext.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TooManyModelErrorsException.cs
ValueProviderFactoryContext.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
ValueProviderResult.cs Enabled xml doc generation 2016-02-24 12:19:46 -08:00