Share via


ODataFormat Class

Definition

Representation of an OData format.

public abstract class ODataFormat
type ODataFormat = class
Public MustInherit Class ODataFormat
Inheritance
ODataFormat

Constructors

ODataFormat()

Properties

Batch

Gets the batch format instance.

Json

Specifies the JSON format.

Metadata

Gets the metadata format instance.

RawValue

Specifies the RAW format; used for raw values.

Methods

CreateInputContext(ODataMessageInfo, ODataMessageReaderSettings)

Creates an instance of the input context for this format.

CreateInputContextAsync(ODataMessageInfo, ODataMessageReaderSettings)

Asynchronously creates an instance of the input context for this format.

CreateOutputContext(ODataMessageInfo, ODataMessageWriterSettings)

Creates an instance of the output context for this format.

CreateOutputContextAsync(ODataMessageInfo, ODataMessageWriterSettings)

Creates an instance of the output context for this format.

DetectPayloadKind(ODataMessageInfo, ODataMessageReaderSettings)

Detects the payload kinds supported by this format for the specified message payload.

DetectPayloadKindAsync(ODataMessageInfo, ODataMessageReaderSettings)

Asynchronously detects the payload kinds supported by this format for the specified message payload.

Applies to