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 | |
---|---|---|
AtomEntryMetadata() | Initializes a new instance of the AtomEntryMetadata class. |
Properties
Name | Description | |
---|---|---|
Authors | Gets or sets a collection of authors of an entry. |
|
Categories | Gets or sets the categories of an entry. |
|
CategoryWithTypeName | Gets or sets the ATOM metadata for the category element which stores the type name of the entry. |
|
Contributors | Gets or sets a collection of contributors of an entry. |
|
EditLink | Gets or sets an Atom link metadata for the edit link. |
|
Links | Gets or sets the collection of all Atom link information except for the self/edit links and the navigation property links. |
|
Published | Gets or sets the date and time when the entry was published. |
|
Rights | Gets or sets the rights text of an entry. |
|
SelfLink | Gets or sets an Atom link metadata for the self link. |
|
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. |
|
Summary | Gets or sets the summary of the entry. |
|
Title | Gets or sets the title of the entry. |
|
Updated | Gets or sets the date and time of last update to the source. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (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>(T) | Sets an annotation of type T.(Inherited from ODataAnnotatable.) |
|
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