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
BindingInfo.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
BindingSource.cs
CompositeBindingSource.cs
EnumGroupAndName.cs
IBinderTypeProviderMetadata.cs
IBindingSourceMetadata.cs
IModelBinder.cs
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
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
ModelError.cs
ModelErrorCollection.cs
ModelMetadata.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ModelPropertyCollection.cs
ModelStateDictionary.cs
ModelStateEntry.cs
ModelValidationState.cs
OperationBindingContext.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
TooManyModelErrorsException.cs
ValueProviderFactoryContext.cs
ValueProviderResult.cs