ODataWorkspace Class

Represents the workspace of a data service.

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

public ref class ODataWorkspace sealed : public ODataAnnotatable

The ODataWorkspace type exposes the following members.

  NameDescription
Public methodODataWorkspaceInitializes a new instance of the ODataWorkspace class.
Top

  NameDescription
Public propertyCollectionsGets or sets the set of collections in the workspace.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAnnotation<T>Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetAnnotation<T>Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodAtomDetermines an extension method to get the AtomWorkspaceMetadata for an annotatable workspace. (Defined by ExtensionMethods.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: