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
Public method AtomCategoriesMetadata Initializes a new instance of the AtomCategoriesMetadata class.

Top

Properties

  Name Description
Public property Categories Gets or sets the atom category elements inside this categories element.
Public property Fixed Gets or sets a value that indicates whether the list of categories is fixed or an open set.
Public property Href Gets or sets the URI of the category document.
Public property Scheme Gets or sets the URI indicating the scheme of the categories without a scheme.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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