DataServiceODataWriterNavigationLinkArgs Class

Class that keeps track of the ODataNavigationLink 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.DataServiceODataWriterNavigationLinkArgs

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

Syntax

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

The DataServiceODataWriterNavigationLinkArgs type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property NavigationLink Gets the ODataNavigationLink instance that is going to be 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