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 | |
---|---|---|
ODataEntityReferenceLinkSerializationInfo |
Top
Properties
Name | Description | |
---|---|---|
IsCollectionNavigationProperty | true if the navigation property navigates to a collection of entities; false otherwise. | |
NavigationPropertyName | The name of the navigation property to write the entity reference link for. | |
SourceEntitySetName | The source entity set name of the navigation property. Should be fully qualified if the entity set is not in the default container. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.