System.Web.Http.OData.Formatter Namespace

 

Classes

Class Description
System_CAPS_pubclass ETag

The ETag parsed from request.

System_CAPS_pubclass ETag<TEntity>

ETag of an entity type TEntity.

System_CAPS_pubclass ODataBinaryValueMediaTypeMapping

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

System_CAPS_pubclass ODataMediaTypeFormatter

MediaTypeFormatter class to handle OData.

System_CAPS_pubclass ODataMediaTypeFormatters

MediaTypeFormatter classes to handle OData.

System_CAPS_pubclass ODataModelBinderProvider

Provides a IModelBinder for EDM primitive types.

System_CAPS_pubclass ODataPrimitiveValueMediaTypeMapping

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

System_CAPS_pubclass ODataRawValueMediaTypeMapping

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

Interfaces

Interface Description
System_CAPS_pubinterface 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.

Enumerations

Enumeration Description
System_CAPS_pubenum ODataMetadataLevel

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

Return to top