ODataEntityReferenceLinksSerializationInfo Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataEntityReferenceLinksSerializationInfo

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

Syntax

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

The ODataEntityReferenceLinksSerializationInfo type exposes the following members.

Constructors

  Name Description
Public method ODataEntityReferenceLinksSerializationInfo

Top

Properties

  Name Description
Public property NavigationPropertyName The name of the navigation property to write the entity reference links 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