ODataQueryParameterBindingAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
para System.Web.Http.ParameterBindingAttribute enlazar parámetros de tipo ODataQueryOptions a la consulta de OData desde la solicitud entrante.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataQueryParameterBindingAttribute : System.Web.Http.ParameterBindingAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataQueryParameterBindingAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataQueryParameterBindingAttribute = class
inherit ParameterBindingAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataQueryParameterBindingAttribute = class
inherit ModelBinderAttribute
Public NotInheritable Class ODataQueryParameterBindingAttribute
Inherits ParameterBindingAttribute
Public NotInheritable Class ODataQueryParameterBindingAttribute
Inherits ModelBinderAttribute
- Herencia
-
System.Web.Http.ParameterBindingAttributeODataQueryParameterBindingAttribute
- Herencia
-
ODataQueryParameterBindingAttribute
- Atributos
Constructores
ODataQueryParameterBindingAttribute() |
Crea una nueva instancia de la clase ODataQueryParameterBindingAttribute. |
Métodos
GetBinding(HttpParameterDescriptor) |
para System.Web.Http.ParameterBindingAttribute enlazar parámetros de tipo ODataQueryOptions a la consulta de OData desde la solicitud entrante. |