ODataQueryParameterBindingAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.ParameterBindingAttributeODataQueryParameterBindingAttribute
- 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. |