Sdílet prostřednictvím


ODataQueryParameterBindingAttribute Třída

Definice

A System.Web.Http.ParameterBindingAttribute pro vytvoření vazby parametrů typu ODataQueryOptions k dotazu OData z příchozího požadavku.

[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
Dědičnost
System.Web.Http.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
Dědičnost
ODataQueryParameterBindingAttribute
Atributy

Konstruktory

ODataQueryParameterBindingAttribute()

Vytvoří instanci nové instance ODataQueryParameterBindingAttribute třídy.

Metody

GetBinding(HttpParameterDescriptor)

A System.Web.Http.ParameterBindingAttribute pro vytvoření vazby parametrů typu ODataQueryOptions k dotazu OData z příchozího požadavku.

Platí pro