ODataQueryParameterBindingAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto System.Web.Http.ParameterBindingAttribute per associare parametri di tipo ODataQueryOptions alla query OData dalla richiesta in ingresso.
[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
- Ereditarietà
-
System.Web.Http.ParameterBindingAttributeODataQueryParameterBindingAttribute
- Ereditarietà
-
ODataQueryParameterBindingAttribute
- Attributi
Costruttori
ODataQueryParameterBindingAttribute() |
Crea una nuova istanza della classe ODataQueryParameterBindingAttribute. |
Metodi
GetBinding(HttpParameterDescriptor) |
Oggetto System.Web.Http.ParameterBindingAttribute per associare parametri di tipo ODataQueryOptions alla query OData dalla richiesta in ingresso. |