AtomCategoriesMetadata Class
Atom metadata description for a categories element (app:categories).
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Atom.AtomCategoriesMetadata
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class AtomCategoriesMetadata
'Usage
Dim instance As AtomCategoriesMetadata
public sealed class AtomCategoriesMetadata
public ref class AtomCategoriesMetadata sealed
[<SealedAttribute>]
type AtomCategoriesMetadata = class end
public final class AtomCategoriesMetadata
The AtomCategoriesMetadata type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AtomCategoriesMetadata | Initializes a new instance of the AtomCategoriesMetadata class. |
Top
Properties
Name | Description | |
---|---|---|
Categories | Gets or sets the atom category elements inside this categories element. | |
Fixed | Gets or sets a value that indicates whether the list of categories is fixed or an open set. | |
Href | Gets or sets the URI of the category document. | |
Scheme | Gets or sets the URI indicating the scheme of the categories without a scheme. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.