ODataFeedAndEntrySerializationInfo Class
Class to provide additional serialization information to the ODataWriter for an ODataEntry.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataFeedAndEntrySerializationInfo
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataFeedAndEntrySerializationInfo
'Usage
Dim instance As ODataFeedAndEntrySerializationInfo
public sealed class ODataFeedAndEntrySerializationInfo
public ref class ODataFeedAndEntrySerializationInfo sealed
[<SealedAttribute>]
type ODataFeedAndEntrySerializationInfo = class end
public final class ODataFeedAndEntrySerializationInfo
The ODataFeedAndEntrySerializationInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ODataFeedAndEntrySerializationInfo |
Top
Properties
Name | Description | |
---|---|---|
EntitySetElementTypeName | The namespace qualified element type name of the entity set. | |
EntitySetName | The entity set name of the entry to be written. Should be fully qualified if the entity set is not in the default container. | |
ExpectedTypeName | The namespace qualified type name of the expected entity type. |
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.