AtomEntryMetadata Class

Represents a type for Atom Syndication Format (Atom) entry annotationsAsArray.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Atom.AtomEntryMetadata

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public NotInheritable Class AtomEntryMetadata _
    Inherits ODataAnnotatable
'Usage
Dim instance As AtomEntryMetadata
public sealed class AtomEntryMetadata : ODataAnnotatable
public ref class AtomEntryMetadata sealed : public ODataAnnotatable
[<SealedAttribute>]
type AtomEntryMetadata =  
    class 
        inherit ODataAnnotatable 
    end
public final class AtomEntryMetadata extends ODataAnnotatable

The AtomEntryMetadata type exposes the following members.

Constructors

  Name Description
Public method AtomEntryMetadata Initializes a new instance of the AtomEntryMetadata class.

Top

Properties

  Name Description
Public property Authors Gets or sets a collection of authors of an entry.
Public property Categories Gets or sets the categories of an entry.
Public property CategoryWithTypeName Gets or sets the ATOM metadata for the category element which stores the type name of the entry.
Public property Contributors Gets or sets a collection of contributors of an entry.
Public property EditLink Gets or sets an Atom link metadata for the edit link.
Public property Links Gets or sets the collection of all Atom link information except for the self/edit links and the navigation property links.
Public property Published Gets or sets the date and time when the entry was published.
Public property Rights Gets or sets the rights text of an entry.
Public property SelfLink Gets or sets an Atom link metadata for the self link.
Public property Source Gets or sets the source of an entry and if the entry was copied from a different stream the property contains the feed metadata of the original feed.
Public property Summary Gets or sets the summary of the entry.
Public property Title Gets or sets the title of the entry.
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