Delen via


ODataServiceDocument Class

Definition

Class representing the a service document.

public sealed class ODataServiceDocument : Microsoft.OData.ODataAnnotatable
type ODataServiceDocument = class
    inherit ODataAnnotatable
Public NotInheritable Class ODataServiceDocument
Inherits ODataAnnotatable
Inheritance
ODataServiceDocument

Constructors

ODataServiceDocument()

Properties

EntitySets

Gets or sets the set of entity sets in the service document.

FunctionImports

Gets or sets the set of function imports in the service document.

Singletons

Gets or sets the set of singletons in the service document.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to