System.Web.Http.OData.Formatter Namespace
Classes
Class | Description | |
---|---|---|
ETag | The ETag parsed from request. |
|
ETag<TEntity> | ETag of an entity type TEntity. |
|
ODataBinaryValueMediaTypeMapping | Media type mapping that associates requests for the raw value of binary properties to the application/octet-stream content type. |
|
ODataMediaTypeFormatter | MediaTypeFormatter class to handle OData. |
|
ODataMediaTypeFormatters | MediaTypeFormatter classes to handle OData. |
|
ODataModelBinderProvider | Provides a IModelBinder for EDM primitive types. |
|
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. |
Interfaces
Interface | Description | |
---|---|---|
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 | |
---|---|---|
ODataMetadataLevel | The amount of metadata information to serialize in an OData response (for JSON light). |
Return to top