Share via


AtomEntryMetadata Class

 

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

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

Inheritance Hierarchy

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

Syntax

public sealed class AtomEntryMetadata : ODataAnnotatable
public ref class AtomEntryMetadata sealed : ODataAnnotatable
[<Sealed>]
type AtomEntryMetadata = 
    class
        inherit ODataAnnotatable
    end
Public NotInheritable Class AtomEntryMetadata
    Inherits ODataAnnotatable

Constructors

Name Description
System_CAPS_pubmethod AtomEntryMetadata()

Initializes a new instance of the AtomEntryMetadata class.

Properties

Name Description
System_CAPS_pubproperty Authors

Gets or sets a collection of authors of an entry.

System_CAPS_pubproperty Categories

Gets or sets the categories of an entry.

System_CAPS_pubproperty CategoryWithTypeName

Gets or sets the ATOM metadata for the category element which stores the type name of the entry.

System_CAPS_pubproperty Contributors

Gets or sets a collection of contributors of an entry.

System_CAPS_pubproperty EditLink

Gets or sets an Atom link metadata for the edit link.

System_CAPS_pubproperty Links

Gets or sets the collection of all Atom link information except for the self/edit links and the navigation property links.

System_CAPS_pubproperty Published

Gets or sets the date and time when the entry was published.

System_CAPS_pubproperty Rights

Gets or sets the rights text of an entry.

System_CAPS_pubproperty SelfLink

Gets or sets an Atom link metadata for the self link.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty Summary

Gets or sets the summary of the entry.

System_CAPS_pubproperty Title

Gets or sets the title of the entry.

System_CAPS_pubproperty Updated

Gets or sets the date and time of last update to the source.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetAnnotation<T>()

Gets or sets the annotation by type.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetAnnotation<T>(T)

Sets an annotation of type T.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.OData.Core.Atom Namespace

Return to top