Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a single entity.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.ODataItem
Microsoft.Data.OData.ODataEntry
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataEntry _
Inherits ODataItem
'Usage
Dim instance As ODataEntry
public sealed class ODataEntry : ODataItem
public ref class ODataEntry sealed : public ODataItem
[<SealedAttribute>]
type ODataEntry =
class
inherit ODataItem
end
public final class ODataEntry extends ODataItem
The ODataEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataEntry | Creates a new instance of the ODataEntry class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Actions | Gets or sets the entity actions. |
![]() |
AssociationLinks | Gets or sets the association links. |
![]() |
EditLink | Gets or sets the link used to edit the entry. |
![]() |
ETag | Gets or sets the entry ETag. |
![]() |
Functions | Gets or sets the entity functions. |
![]() |
Id | Gets or sets the Entry identifier. |
![]() |
MediaResource | Gets or sets the default media resource of the media link entry. |
![]() |
Properties | Gets or sets the entry properties. |
![]() |
ReadLink | Gets or sets a link that can be used to read the entry. |
![]() |
TypeName | Gets or sets the type name of the entry. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
Atom | Determines an extension method to get the AtomEntryMetadata for an annotatable entry. (Defined by ExtensionMethods.) |
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.