Share via


ODataCollectionWriter Class

Definition

Base class for OData collection writers.

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

Constructors

ODataCollectionWriter()

Methods

Flush()

Flushes the write buffer to the underlying stream.

FlushAsync()

Flushes the write buffer to the underlying stream asynchronously.

WriteEnd()

Finishes writing a collection.

WriteEndAsync()

Asynchronously finish writing a collection.

WriteItem(Object)

Write a collection item.

WriteItemAsync(Object)

Asynchronously write a collection item.

WriteStart(ODataCollectionStart)

Start writing a collection.

WriteStartAsync(ODataCollectionStart)

Asynchronously start writing a collection.

Applies to