Condividi tramite


ODataQueryParameterBindingAttribute Classe

Definizione

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.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
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.

Si applica a