Share via


ODataCollectionWriter Class

 

Represents a base class for OData collection writers.

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataCollectionWriter

Syntax

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

Constructors

Name Description
System_CAPS_protmethod ODataCollectionWriter()

Initializes a new instance of the ODataCollectionWriter class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Flush()

Flushes the write buffer to the underlying stream.

System_CAPS_pubmethod FlushAsync()

Flushes the write buffer to the underlying stream asynchronously.

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.)

System_CAPS_pubmethod WriteEnd()

Finishes writing a collection.

System_CAPS_pubmethod WriteEndAsync()

Asynchronously finish writing a collection.

System_CAPS_pubmethod WriteItem(Object)

Starts writing an entry.

System_CAPS_pubmethod WriteItemAsync(Object)

Asynchronously start writing a collection item.

System_CAPS_pubmethod WriteStart(ODataCollectionStart)

Start writing a collection.

System_CAPS_pubmethod WriteStartAsync(ODataCollectionStart)

Asynchronously start writing a collection.

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