DataServiceODataWriterEntryArgs Class

Class that keeps track of the ODataEntry, entity 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.DataServiceODataWriterEntryArgs

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

Syntax

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

The DataServiceODataWriterEntryArgs type exposes the following members.

Constructors

  Name Description
Public method DataServiceODataWriterEntryArgs Creates a new instance of DataServiceODataWriterEntryArgs

Top

Properties

  Name Description
Public property Entry Gets the ODataEntry instance containing all the information that is going to be written in the wire.
Public property Instance Gets the instance of the entity that is getting serialized.
Public property OperationContext Gets the instance of DataServiceOperationContext.

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