Compartir a través de


ODataFormattingAttribute Clase

Definición

Un atributo que se coloca en los controladores y habilita los formateadores de 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
Herencia
ODataFormattingAttribute
Atributos
Implementaciones
System.Web.Http.Controllers.IControllerConfiguration

Comentarios

Este atributo hace las acciones siguientes:

  1. Inserta ODataMediaTypeFormatters en la System.Web.Http.Controllers.HttpControllerSettings.Formatters colección.
  2. Adjunta la solicitud a la instancia del formateador de OData.

Constructores

ODataFormattingAttribute()

Un atributo que se coloca en los controladores y habilita los formateadores de OData.

Métodos

CreateODataFormatters()

Crea los formateadores de OData.

Initialize(HttpControllerSettings, HttpControllerDescriptor)

La devolución de llamada que se invoca para realizar reemplazos por controlador para este controllerDescriptor.

Se aplica a