ODataFormattingAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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:
- Inserta ODataMediaTypeFormatters en la System.Web.Http.Controllers.HttpControllerSettings.Formatters colección.
- 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. |