ODataEntry Class

Represents a single entity.

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

[DebuggerDisplayAttribute(L"Id: {Id} TypeName: {TypeName}")]
public ref class ODataEntry sealed : public ODataItem

The ODataEntry type exposes the following members.

  NameDescription
Public methodODataEntryCreates a new instance of the ODataEntry class.
Top

  NameDescription
Public propertyActionsGets or sets the entity actions.
Public propertyAssociationLinksGets or sets the association links.
Public propertyEditLinkGets or sets the link used to edit the entry.
Public propertyETagGets or sets the entry ETag.
Public propertyFunctionsGets or sets the entity functions.
Public propertyIdGets or sets the Entry identifier.
Public propertyInstanceAnnotationsCollection of custom instance annotations.
Public propertyMediaResourceGets or sets the default media resource of the media link entry.
Public propertyPropertiesGets or sets the entry properties.
Public propertyReadLinkGets or sets a link that can be used to read the entry.
Public propertyTypeNameGets or sets the type name of the entry.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAnnotation<T>Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetAnnotation<T>Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodAtomDetermines an extension method to get the AtomEntryMetadata for an annotatable entry. (Defined by ExtensionMethods.)
Public Extension MethodSetSerializationInfoProvide additional serialization information to the ODataWriter for entry. (Defined by ODataObjectModelExtensions.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: