ODataServiceDocumentElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |