ODataWriter Class
Represents a base class for OData writers.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataWriter
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class ODataWriter
'Usage
Dim instance As ODataWriter
public abstract class ODataWriter
public ref class ODataWriter abstract
[<AbstractClassAttribute>]
type ODataWriter = class end
public abstract class ODataWriter
The ODataWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ODataWriter | Initializes a new instance of the ODataWriter class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Flush | Flushes the write buffer to the underlying stream. | |
FlushAsync | Flushes the write buffer to the underlying stream asynchronously. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteEnd | Finishes the writing of a feed, an entry, or a navigation link. | |
WriteEndAsync | Asynchronously finish writing a feed, entry, or navigation link. | |
WriteEntityReferenceLink | Writes an entity reference link, which is used to represent binding to an existing resource in a request payload. | |
WriteEntityReferenceLinkAsync | Asynchronously writes an entity reference link, which is used to represent binding to an existing resource in a request payload. | |
WriteStart(ODataEntry) | Starts the writing of an entry. | |
WriteStart(ODataFeed) | Starts the writing of a feed. | |
WriteStart(ODataNavigationLink) | Starts the writing of a navigation link. | |
WriteStartAsync(ODataEntry) | Asynchronously start writing an entry. | |
WriteStartAsync(ODataFeed) | Asynchronously start writing a feed. | |
WriteStartAsync(ODataNavigationLink) | Asynchronously start writing a navigation link. |
Top
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.