aspnetcore/src/Microsoft.AspNetCore.Mvc.Ab...
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
..
Abstractions
ActionConstraints
Authorization [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
Filters [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
Formatters
ModelBinding Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
Properties
Routing
ActionContext.cs
IActionResult.cs
IUrlHelper.cs
Microsoft.AspNetCore.Mvc.Abstractions.xproj
Resources.resx
project.json