ODataEntry Class
Represents a single entity.
System::Object
Microsoft.Data.OData::ODataAnnotatable
Microsoft.Data.OData::ODataItem
Microsoft.Data.OData::ODataEntry
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)
The ODataEntry type exposes the following members.
| 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. |
![]() | InstanceAnnotations | Collection of custom instance annotations. |
![]() | 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. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | Atom | Determines an extension method to get the AtomEntryMetadata for an annotatable entry. (Defined by ExtensionMethods.) |
![]() | SetSerializationInfo | Provide additional serialization information to the ODataWriter for entry. (Defined by ODataObjectModelExtensions.) |
Show:
