ODataServiceDocument Class

 

Represents the OData service document.

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

System::Object
  Microsoft.OData.Core::ODataAnnotatable
    Microsoft.OData.Core::ODataServiceDocument

public ref class ODataServiceDocument sealed : ODataAnnotatable

NameDescription
System_CAPS_pubmethodODataServiceDocument()

Initializes a new instance of the ODataServiceDocument class.

NameDescription
System_CAPS_pubpropertyEntitySets

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

System_CAPS_pubpropertyFunctionImports

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

System_CAPS_pubpropertySingletons

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

NameDescription
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 T:System.Data.OData.Atom.AtomWorkspaceMetadata for an annotatable serviceDocument.(Defined by ExtensionMethods.)

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: