ODataQueryParameterBindingAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.ParameterBindingAttributeODataQueryParameterBindingAttribute
- 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. |