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

Top

Properties

  Name Description
Public property Authors Gets or sets a collection of authors of a feed.
Public property Categories Gets or sets the categories of a feed.
Public property Contributors Gets or sets a collection of contributors of a feed.
Public property Generator Gets or sets the generator of a feed.
Public property Icon Gets or sets the URI of the icon for a feed.
Public property Links Gets or sets the collection of all Atom link information except for the next page and self links.
Public property Logo Gets or sets the URI for the feed's logo.
Public property NextPageLink Gets the next page link of the feed. This link should point to the next page of results.
Public property Rights Gets or sets the rights text of a feed.
Public property SelfLink Gets or sets the self link of the feed. This link should point to the source of the feed.
Public property SourceId Gets or sets the identifier for the feed if used as metadata of an Atom:source element.
Public property Subtitle Gets or sets the subtitle of a feed.
Public property Title Gets or sets the title of the feed.
Public property Updated Gets or sets the date and time of last update to the source.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetAnnotation<T> Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method SetAnnotation<T> Sets an annotation of type T. (Inherited from ODataAnnotatable.)
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