AtomFeedMetadata Class
Represents a type for Atom Syndication Format (Atom) feed annotationsAsArray.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Atom.AtomFeedMetadata
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class AtomFeedMetadata _
Inherits ODataAnnotatable
'Usage
Dim instance As AtomFeedMetadata
public sealed class AtomFeedMetadata : ODataAnnotatable
public ref class AtomFeedMetadata sealed : public ODataAnnotatable
[<SealedAttribute>]
type AtomFeedMetadata =
class
inherit ODataAnnotatable
end
public final class AtomFeedMetadata extends ODataAnnotatable
The AtomFeedMetadata type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AtomFeedMetadata | Initializes a new instance of the AtomFeedMetadata class. |
Top
Properties
Name | Description | |
---|---|---|
Authors | Gets or sets a collection of authors of a feed. | |
Categories | Gets or sets the categories of a feed. | |
Contributors | Gets or sets a collection of contributors of a feed. | |
Generator | Gets or sets the generator of a feed. | |
Icon | Gets or sets the URI of the icon for a feed. | |
Links | Gets or sets the collection of all Atom link information except for the next page and self links. | |
Logo | Gets or sets the URI for the feed's logo. | |
NextPageLink | Gets the next page link of the feed. This link should point to the next page of results. | |
Rights | Gets or sets the rights text of a feed. | |
SelfLink | Gets or sets the self link of the feed. This link should point to the source of the feed. | |
SourceId | Gets or sets the identifier for the feed if used as metadata of an Atom:source element. | |
Subtitle | Gets or sets the subtitle of a feed. | |
Title | Gets or sets the title of the feed. | |
Updated | Gets or sets the date and time of last update to the source. |
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.