Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the base class for OData collection writers.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataCollectionWriter
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class ODataCollectionWriter
'Usage
Dim instance As ODataCollectionWriter
public abstract class ODataCollectionWriter
public ref class ODataCollectionWriter abstract
[<AbstractClassAttribute>]
type ODataCollectionWriter = class end
public abstract class ODataCollectionWriter
The ODataCollectionWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataCollectionWriter | Creates a new instance of the ODataCollectionWriter 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 writing a collection. |
![]() |
WriteEndAsync | Asynchronously finish writing a collection. |
![]() |
WriteItem | Starts writing an entry. |
![]() |
WriteItemAsync | Asynchronously start writing a collection item. |
![]() |
WriteStart | Start writing a collection. |
![]() |
WriteStartAsync | Asynchronously start writing a collection. |
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.