AtomResourceCollectionMetadata Class
Represents an Atom metadata description for a collection (in a workspace).
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Atom.AtomResourceCollectionMetadata
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class AtomResourceCollectionMetadata
'Usage
Dim instance As AtomResourceCollectionMetadata
public sealed class AtomResourceCollectionMetadata
public ref class AtomResourceCollectionMetadata sealed
[<SealedAttribute>]
type AtomResourceCollectionMetadata = class end
public final class AtomResourceCollectionMetadata
The AtomResourceCollectionMetadata type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AtomResourceCollectionMetadata | Creates a new instance of the AtomResourceCollectionMetadata class. |
Top
Properties
Name | Description | |
---|---|---|
Accept | Gets or sets the accept range of media types for this collection. | |
Categories | Gets or sets the categories for this collection. | |
Title | Gets or sets the title of the collection. |
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.