AtomCategoryMetadata Class

Represents an Atom metadata description for a category.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Atom.AtomCategoryMetadata

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

Syntax

'Declaration
Public NotInheritable Class AtomCategoryMetadata _
    Inherits ODataAnnotatable
'Usage
Dim instance As AtomCategoryMetadata
public sealed class AtomCategoryMetadata : ODataAnnotatable
public ref class AtomCategoryMetadata sealed : public ODataAnnotatable
[<SealedAttribute>]
type AtomCategoryMetadata =  
    class 
        inherit ODataAnnotatable 
    end
public final class AtomCategoryMetadata extends ODataAnnotatable

The AtomCategoryMetadata type exposes the following members.

Constructors

  Name Description
Public method AtomCategoryMetadata Initializes a new instance of the AtomCategoryMetadata class.

Top

Properties

  Name Description
Public property Label Gets or sets a human-readable label for display in user interfaces.
Public property Scheme Gets or sets the URI that indicates the scheme of the category.
Public property Term Gets or sets the string value identifying the category.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetAnnotation<T> Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method SetAnnotation<T> Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public method 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.Atom Namespace