Partager via


ODataFormattingAttribute Classe

Définition

Attribut à placer sur des contrôleurs pour activer les formateurs OData.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ODataFormattingAttribute : Attribute, System.Web.Http.Controllers.IControllerConfiguration
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ODataFormattingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ODataFormattingAttribute = class
    inherit Attribute
    interface IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ODataFormattingAttribute = class
    inherit Attribute
Public Class ODataFormattingAttribute
Inherits Attribute
Implements IControllerConfiguration
Public Class ODataFormattingAttribute
Inherits Attribute
Héritage
ODataFormattingAttribute
Attributs
Implémente
System.Web.Http.Controllers.IControllerConfiguration

Remarques

Cet attribut effectue les actions suivantes :

  1. Il insère les ODataMediaTypeFormatters dans la System.Web.Http.Controllers.HttpControllerSettings.Formatters collection.
  2. Il joint la demande au formateur OData instance.

Constructeurs

ODataFormattingAttribute()

Attribut à placer sur des contrôleurs pour activer les formateurs OData.

Méthodes

CreateODataFormatters()

Crée les formateurs OData.

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Rappel appelé pour définir les substitutions par contrôleur pour ce controllerDescriptor.

S’applique à