Udostępnij za pośrednictwem


ODataQueryParameterBindingAttribute Klasa

Definicja

Element do System.Web.Http.ParameterBindingAttribute powiązania parametrów typu ODataQueryOptions z zapytaniem OData z żądania przychodzącego.

[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
Dziedziczenie
System.Web.Http.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
Dziedziczenie
ODataQueryParameterBindingAttribute
Atrybuty

Konstruktory

ODataQueryParameterBindingAttribute()

Tworzy nowe wystąpienie klasy ODataQueryParameterBindingAttribute.

Metody

GetBinding(HttpParameterDescriptor)

Element do System.Web.Http.ParameterBindingAttribute powiązania parametrów typu ODataQueryOptions z zapytaniem OData z żądania przychodzącego.

Dotyczy