Compartir a través de


ODataQueryParameterBindingAttribute Clase

Definición

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.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
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.

Se aplica a