DataServiceODataWriter Class

Public class which wraps the ODataWriter instance.

Inheritance Hierarchy

System.Object
  System.Data.Services.DataServiceODataWriter

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Class DataServiceODataWriter
'Usage
Dim instance As DataServiceODataWriter
public class DataServiceODataWriter
public ref class DataServiceODataWriter
type DataServiceODataWriter =  class end
public class DataServiceODataWriter

The DataServiceODataWriter type exposes the following members.

Constructors

  Name Description
Public method DataServiceODataWriter Creates a new instance of DataServiceODataWriter.

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 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() Finish writing a feed/entry/navigation link.
Public method WriteEnd(DataServiceODataWriterEntryArgs) Finish writing an entry.
Public method WriteEnd(DataServiceODataWriterFeedArgs) Finish writing a feed.
Public method WriteEnd(DataServiceODataWriterNavigationLinkArgs) Finish writing a navigation link.
Public method WriteStart(DataServiceODataWriterEntryArgs) Start writing an entry.
Public method WriteStart(DataServiceODataWriterFeedArgs) Start writing a feed.
Public method WriteStart(DataServiceODataWriterNavigationLinkArgs) 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.

See Also

Reference

System.Data.Services Namespace