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 | |
---|---|---|
AtomCategoryMetadata | Initializes a new instance of the AtomCategoryMetadata class. |
Top
Properties
Name | Description | |
---|---|---|
Label | Gets or sets a human-readable label for display in user interfaces. | |
Scheme | Gets or sets the URI that indicates the scheme of the category. | |
Term | Gets or sets the string value identifying the category. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) | |
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.