ODataQueryParameterBindingAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.ParameterBindingAttributeODataQueryParameterBindingAttribute
- 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. |