ODataAnnotatable Class
Represents the base class for all annotatable types in OData library.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
More...
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class ODataAnnotatable
'Usage
Dim instance As ODataAnnotatable
public abstract class ODataAnnotatable
public ref class ODataAnnotatable abstract
[<AbstractClassAttribute>]
type ODataAnnotatable = class end
public abstract class ODataAnnotatable
The ODataAnnotatable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ODataAnnotatable | Creates a new instance of the ODataAnnotatable class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Data.OData Namespace
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Atom.AtomCategoryMetadata
Microsoft.Data.OData.Atom.AtomEntryMetadata
Microsoft.Data.OData.Atom.AtomFeedMetadata
Microsoft.Data.OData.Atom.AtomLinkMetadata
Microsoft.Data.OData.Atom.AtomPersonMetadata
Microsoft.Data.OData.Atom.AtomStreamReferenceMetadata
Microsoft.Data.OData.Atom.AtomTextConstruct
Microsoft.Data.OData.ODataAssociationLink
Microsoft.Data.OData.ODataCollectionStart
Microsoft.Data.OData.ODataCollectionValue
Microsoft.Data.OData.ODataComplexValue
Microsoft.Data.OData.ODataEntityReferenceLinks
Microsoft.Data.OData.ODataItem
Microsoft.Data.OData.ODataOperation
Microsoft.Data.OData.ODataProperty
Microsoft.Data.OData.ODataResourceCollectionInfo
Microsoft.Data.OData.ODataStreamReferenceValue
Microsoft.Data.OData.ODataWorkspace
Microsoft.Data.OData.Query.ODataUriNullValue