Share via


ODataAnnotatable Class

 

Represents the base class for all annotatable types in OData library.

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

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataAnnotatable
    Microsoft.OData.Core.Atom.AtomCategoryMetadata
    Microsoft.OData.Core.Atom.AtomEntryMetadata
    Microsoft.OData.Core.Atom.AtomFeedMetadata
    Microsoft.OData.Core.Atom.AtomLinkMetadata
    Microsoft.OData.Core.Atom.AtomPersonMetadata
    Microsoft.OData.Core.Atom.AtomStreamReferenceMetadata
    Microsoft.OData.Core.Atom.AtomTextConstruct
    Microsoft.OData.Core.ODataCollectionStart
    Microsoft.OData.Core.ODataEntityReferenceLinks
    Microsoft.OData.Core.ODataError
    Microsoft.OData.Core.ODataInstanceAnnotation
    Microsoft.OData.Core.ODataItem
    Microsoft.OData.Core.ODataOperation
    Microsoft.OData.Core.ODataProperty
    Microsoft.OData.Core.ODataServiceDocument
    Microsoft.OData.Core.ODataServiceDocumentElement
    Microsoft.OData.Core.ODataValue
    Microsoft.OData.Core.UriParser.Semantic.ODataPath
    Microsoft.OData.Core.UriParser.Semantic.ODataPathSegment
    Microsoft.OData.Core.UriParser.Semantic.OperationSegmentParameter
    Microsoft.OData.Core.UriParser.Semantic.QueryNode
    Microsoft.OData.Core.UriParser.Semantic.RangeVariable
    Microsoft.OData.Core.UriParser.Semantic.SelectItem

Syntax

public abstract class ODataAnnotatable
public ref class ODataAnnotatable abstract 
[<AbstractClass>]
type ODataAnnotatable = class end
Public MustInherit Class ODataAnnotatable

Constructors

Name Description
System_CAPS_protmethod ODataAnnotatable()

Initializes a new instance of the ODataAnnotatable class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAnnotation<T>()

Gets or sets the annotation by type.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetAnnotation<T>(T)

Sets an annotation of type T.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.OData.Core Namespace

Return to top