RssItem Class

Summary

RSS 2.0 Item http://blogs.law.harvard.edu/tech/rss#hrelementsOfLtitemgt
graph BT Type-->Base0["RssBase"] click Base0 "/api/Wyam.Feeds.Syndication.Rss/RssBase" Base0-->Base1["ExtensibleBase"] click Base1 "/api/Wyam.Feeds.Syndication.Extensions/ExtensibleBase" Base1-->Base2["Object"] Type-.->Interface0["INamespaceProvider"] click Interface0 "/api/Wyam.Feeds.Syndication/INamespaceProvider" Type-.->Interface1["IFeedItem"] click Interface1 "/api/Wyam.Feeds.Syndication/IFeedItem" Type-.->Interface2["IFeedMetadata"] click Interface2 "/api/Wyam.Feeds.Syndication/IFeedMetadata" Type["RssItem"] class Type type-node

Syntax

[Serializable]
public class RssItem : RssBase, INamespaceProvider, IFeedItem, IFeedMetadata

Attributes

Type Description
SerializableAttribute

Constructors

Fields

Name Constant Value Summary
ContentEncodedElement encoded
Inherited from ExtensibleBase
static
ContentNamespace http://purl.org/rss/1.0/modules/content/
Inherited from ExtensibleBase
static
ContentPrefix content
Inherited from ExtensibleBase
static
SlashCommentsElement comments
Inherited from ExtensibleBase
static
SlashNamespace http://purl.org/rss/1.0/modules/slash/
Inherited from ExtensibleBase
static
SlashPrefix slash
Inherited from ExtensibleBase
static
WfwCommentElement comment
Inherited from ExtensibleBase
static
WfwCommentRssElement commentRss
Inherited from ExtensibleBase
static
WfwNamespace http://wellformedweb.org/CommentAPI/
Inherited from ExtensibleBase
static
WfwPrefix wfw
Inherited from ExtensibleBase
static

Properties

Name Value Summary
AttributeExtensions List<XmlAttribute>
Inherited from ExtensibleBase
AttributeExtensionsSpecified bool
Inherited from ExtensibleBase
Author RssPerson
Gets and sets the author of the item.
AuthorSpecified bool
Categories List<RssCategory>
CategoriesSpecified bool
Comments string
Gets and sets a URL to the comments about the item.
ContentEncoded string
Gets and sets the encoded content for this item
Description string
Gets and sets the description of the item.
ElementExtensions List<XmlElement>
Inherited from ExtensibleBase
ElementExtensionsSpecified bool
Inherited from ExtensibleBase
Enclosure RssEnclosure
EnclosureSpecified bool
Guid RssGuid
GuidSpecified bool
Link string
Gets and sets the url of the item.
PubDate RssDate
PubDateSpecified bool
SlashComments int
Gets and sets the number of comments for this item
SlashCommentsSpecified bool
Source RssSource
Title string
Gets and sets the title of the item.
WfwComment string
Gets and sets the Uri to which comments can be POSTed
WfwCommentRss string
Gets and sets the Uri at which a feed of comments can be found

Methods

Name Value Summary
AddExtensions(IExtensionAdapter) void
Applies the extensions in adapter to ExtensibleBase
Inherited from ExtensibleBase
AddNamespaces(XmlSerializerNamespaces) void
Adds additional namespace URIs for the feed
ConvertToDateTime(string) Nullable<DateTime>
Inherited from ExtensibleBase
static
ConvertToString(DateTime) string
Inherited from ExtensibleBase
static
ConvertToString(Uri) string
Inherited from ExtensibleBase
static
ConvertToUri(string) Uri
Inherited from ExtensibleBase
static
FillExtensions(IExtensionAdapter) void
Extracts the extensions in this ExtensibleBase into adapter
Inherited from ExtensibleBase
GitHub