ODataEntityReferenceLinkSerializationInfo Class

Class to provide additional serialization information to the ODataMessageWriter for an ODataEntityReferenceLink.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataEntityReferenceLinkSerializationInfo

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

Syntax

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

The ODataEntityReferenceLinkSerializationInfo type exposes the following members.

Constructors

  Name Description
Public method ODataEntityReferenceLinkSerializationInfo

Top

Properties

  Name Description
Public property IsCollectionNavigationProperty true if the navigation property navigates to a collection of entities; false otherwise.
Public property NavigationPropertyName The name of the navigation property to write the entity reference link for.
Public property SourceEntitySetName The source entity set name of the navigation property. Should be fully qualified if the entity set is not in the default container.
Public property Typecast The fully qualified type name of the declaring entity type of the navigation property if the declaring entity type is not the base type of the source entity set. Should be null if the declaring entity type is the base type of the source entity set.

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

Microsoft.Data.OData Namespace