Share via


ODataFeedAndEntrySerializationInfo Class

 

Represents a class that provides additional serialization information to the ODataWriter for an ODataEntry.

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataFeedAndEntrySerializationInfo

Syntax

public sealed class ODataFeedAndEntrySerializationInfo
public ref class ODataFeedAndEntrySerializationInfo sealed 
[<Sealed>]
type ODataFeedAndEntrySerializationInfo = class end
Public NotInheritable Class ODataFeedAndEntrySerializationInfo

Constructors

Name Description
System_CAPS_pubmethod ODataFeedAndEntrySerializationInfo()

Initializes a new instance of the ODataFeedAndEntrySerializationInfo class.

Properties

Name Description
System_CAPS_pubproperty ExpectedTypeName

Gets or sets the namespace qualified type name of the expected entity type.

System_CAPS_pubproperty IsFromCollection

Gets or sets whether the flag used to identify if the current entry is from a navigation property with collection type or not.

System_CAPS_pubproperty NavigationSourceEntityTypeName

Gets or sets the namespace qualified element type name of the navigation source.

System_CAPS_pubproperty NavigationSourceKind

Gets or sets the kind of the navigation source.

System_CAPS_pubproperty NavigationSourceName

Gets or sets the navigation source name of the entry to be written.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.OData.Core Namespace

Return to top