ODataCollectionWriter Class

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
Protected method ODataCollectionWriter Creates a new instance of the ODataCollectionWriter class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Flush Flushes the write buffer to the underlying stream.
Public method FlushAsync Flushes the write buffer to the underlying stream asynchronously.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteEnd Finishes writing a collection.
Public method WriteEndAsync Asynchronously finish writing a collection.
Public method WriteItem Starts writing an entry.
Public method WriteItemAsync Asynchronously start writing a collection item.
Public method WriteStart Start writing a collection.
Public method 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.

See Also

Reference

Microsoft.Data.OData Namespace