Delen via


ODataServiceDocumentElement Class

Definition

Abstract class representing an element (EntitySet, Singleton) in a service document.

public abstract class ODataServiceDocumentElement : Microsoft.OData.ODataAnnotatable
type ODataServiceDocumentElement = class
    inherit ODataAnnotatable
Public MustInherit Class ODataServiceDocumentElement
Inherits ODataAnnotatable
Inheritance
ODataServiceDocumentElement
Derived

Constructors

ODataServiceDocumentElement()

Properties

Name

Gets or sets the name of the element; this is the entity set or singleton name in JSON and the HREF in Atom.

Title

Gets or sets the title of the element; this is the title in JSON.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
Url

Gets or sets the URI representing the Unified Resource Locator (URL) to the element.

Applies to