ODataEntry Class

 

Represents an OData single entity.

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


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

NameDescription
System_CAPS_pubmethodODataEntry()

Initializes a new instance of the ODataEntry class.

NameDescription
System_CAPS_pubpropertyActions

Gets or sets the entity actions.

System_CAPS_pubpropertyEditLink

Gets or sets the link used to edit the entry.

System_CAPS_pubpropertyETag

Gets or sets the entry ETag.

System_CAPS_pubpropertyFunctions

Gets or sets the entity functions.

System_CAPS_pubpropertyId

Gets or sets the Entry identifier.

System_CAPS_pubpropertyInstanceAnnotations

Gets or sets the collection of custom instance annotations.

System_CAPS_pubpropertyIsTransient

Gets or sets the value that shows if the entry is a transient entry or not

System_CAPS_pubpropertyMediaResource

Gets or sets the default media resource of the media link entry.

System_CAPS_pubpropertyProperties

Gets or sets the entry properties.

System_CAPS_pubpropertyReadLink

Gets or sets a link that can be used to read the entry.

System_CAPS_pubpropertyTypeName

Gets or sets the type name of the entry.

NameDescription
System_CAPS_pubmethodAddAction(ODataAction^)

Adds an entry action.

System_CAPS_pubmethodAddFunction(ODataFunction^)

Adds an entity function.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetAnnotation<T>()

Gets or sets the annotation by type.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetAnnotation<T>(T)

Sets an annotation of type T.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAtom()

Overloaded. Determines an extension method to get the AtomEntryMetadata for an annotatable entry.(Defined by ExtensionMethods.)

System_CAPS_pubmethodSetSerializationInfo(ODataFeedAndEntrySerializationInfo^)

Overloaded. Provides additional serialization information to the ODataWriter for entry.(Defined by ODataObjectModelExtensions.)

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

Return to top
Show: