Compartilhar via


ODataQueryParameterBindingAttribute Classe

Definição

Um System.Web.Http.ParameterBindingAttribute para associar parâmetros do tipo ODataQueryOptions à consulta OData da solicitação de entrada.

[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
Herança
System.Web.Http.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
Herança
ODataQueryParameterBindingAttribute
Atributos

Construtores

ODataQueryParameterBindingAttribute()

Cria uma nova instância da classe ODataQueryParameterBindingAttribute.

Métodos

GetBinding(HttpParameterDescriptor)

Um System.Web.Http.ParameterBindingAttribute para associar parâmetros do tipo ODataQueryOptions à consulta OData da solicitação de entrada.

Aplica-se a