Share via


ODataEntitySetInfo Class

Definition

Class representing a entity set in a service document.

public sealed class ODataEntitySetInfo : Microsoft.OData.ODataServiceDocumentElement
type ODataEntitySetInfo = class
    inherit ODataServiceDocumentElement
Public NotInheritable Class ODataEntitySetInfo
Inherits ODataServiceDocumentElement
Inheritance

Constructors

ODataEntitySetInfo()

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.

(Inherited from ODataServiceDocumentElement)
Title

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

(Inherited from ODataServiceDocumentElement)
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.

(Inherited from ODataServiceDocumentElement)

Applies to