Microsoft.AspNet.OData.Formatter Namespace

Classes

ETag

The ETag parsed from request.

ETag<TEntity>

OData ETag of an entity type TEntity.

MediaTypeMapping

A class to support matching media types.

ODataBinaryValueMediaTypeMapping

Media type mapping that associates requests for the raw value of binary properties to the application/octet-stream content type.

ODataCountMediaTypeMapping

Media type mapping that associates requests with $count.

ODataEnumValueMediaTypeMapping

Media type mapping that associates requests for the raw value of enum properties with the text/plain content type.

ODataInputFormatter

TextInputFormatter class to handle OData.

ODataInputFormatterFactory

Factory for ODataInputFormatter classes to handle OData.

ODataMediaTypeFormatter

System.Net.Http.Formatting.MediaTypeFormatter class to handle OData.

ODataMediaTypeFormatters

System.Net.Http.Formatting.MediaTypeFormatter classes to handle OData.

ODataModelBinderConverter

Expose functionality to convert an function parameter value into a CLR object.

ODataModelBinderProvider

Provides a System.Web.Http.ModelBinding.IModelBinder for EDM primitive types.

ODataOutputFormatter

TextOutputFormatter class to handle OData.

ODataOutputFormatterFactory

Factory for ODataOutputFormatter classes to handle OData.

ODataPrimitiveValueMediaTypeMapping

Media type mapping that associates requests for the raw value of non-binary primitive properties to the text/plain content type.

ODataRawValueMediaTypeMapping

Media type mapping that associates requests for the raw value of properties.

ODataStreamMediaTypeMapping

Media type mapping that associates requests with stream property.

QueryStringMediaTypeMapping

Class that provides MediaTypeHeaderValues from query strings.

Interfaces

IETagHandler

Exposes the ability to convert a collection of concurrency property names and values into an EntityTagHeaderValue and parse an EntityTagHeaderValue into a list of concurrency property values.

Enums

ODataMetadataLevel

The amount of metadata information to serialize in an OData response (for JSON).