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 | |
---|---|---|
AtomEntryMetadata | Initializes a new instance of the AtomEntryMetadata class. |
Top
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. |
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.