DataServiceODataWriterFeedArgs Class

Class that keeps track of the ODataFeed, collection instance and other information that we need to provide to the service author when they choose to provide their own instance of ODataWriter.

Inheritance Hierarchy

System.Object
  System.Data.Services.DataServiceODataWriterFeedArgs

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

Syntax

'Declaration
Public NotInheritable Class DataServiceODataWriterFeedArgs
'Usage
Dim instance As DataServiceODataWriterFeedArgs
public sealed class DataServiceODataWriterFeedArgs
public ref class DataServiceODataWriterFeedArgs sealed
[<SealedAttribute>]
type DataServiceODataWriterFeedArgs =  class end
public final class DataServiceODataWriterFeedArgs

The DataServiceODataWriterFeedArgs type exposes the following members.

Constructors

  Name Description
Public method DataServiceODataWriterFeedArgs Creates a new instance of DataServiceODataWriterFeedArgs

Top

Properties

  Name Description
Public property Feed Gets the instance of ODataFeed that is going to get serialized.
Public property OperationContext Gets the instance of DataServiceOperationContext.
Public property Results Gets the IEnumerable instance which represent the collection that is getting serialized.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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