Partager via


ODataQueryParameterBindingAttribute Classe

Définition

System.Web.Http.ParameterBindingAttribute pour lier des paramètres de type ODataQueryOptions à la requête OData à partir de la requête 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
Héritage
System.Web.Http.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
Héritage
ODataQueryParameterBindingAttribute
Attributs

Constructeurs

ODataQueryParameterBindingAttribute()

Instancie une nouvelle instance de la classe ODataQueryParameterBindingAttribute.

Méthodes

GetBinding(HttpParameterDescriptor)

System.Web.Http.ParameterBindingAttribute pour lier des paramètres de type ODataQueryOptions à la requête OData à partir de la requête entrante.

S’applique à