Share via


ODataFormat Class

 

Represents an OData format.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataFormat

Syntax

public abstract class ODataFormat
public ref class ODataFormat abstract 
[<AbstractClass>]
type ODataFormat = class end
Public MustInherit Class ODataFormat

Constructors

Name Description
System_CAPS_protmethod ODataFormat()

Initializes a new instance of the ODataFormat class.

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static Atom

Obsolete.Gets the ATOM format.

System_CAPS_pubpropertySystem_CAPS_static Batch

Gets the batch format instance.

System_CAPS_pubpropertySystem_CAPS_static Json

Gets the JSON format.

System_CAPS_pubpropertySystem_CAPS_static Metadata

Gets the metadata format instance.

System_CAPS_pubpropertySystem_CAPS_static RawValue

Gets the RAW format; used for raw values.

Methods

Name Description
System_CAPS_pubmethod CreateInputContext(ODataMessageInfo, ODataMessageReaderSettings)

System_CAPS_pubmethod CreateInputContextAsync(ODataMessageInfo, ODataMessageReaderSettings)

System_CAPS_pubmethod CreateOutputContext(ODataMessageInfo, ODataMessageWriterSettings)

System_CAPS_pubmethod CreateOutputContextAsync(ODataMessageInfo, ODataMessageWriterSettings)

System_CAPS_pubmethod DetectPayloadKind(ODataMessageInfo, ODataMessageReaderSettings)

System_CAPS_pubmethod DetectPayloadKindAsync(ODataMessageInfo, ODataMessageReaderSettings)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.OData.Core Namespace

Return to top