RssFeed Class

Summary

Really Simple Syndication (RSS 2.0) http://www.rssboard.org/rss-specification http://blogs.law.harvard.edu/tech/rss
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["IFeed"] click Interface0 "/api/Wyam.Feeds.Syndication/IFeed" Type-.->Interface1["IFeedMetadata"] click Interface1 "/api/Wyam.Feeds.Syndication/IFeedMetadata" Type-.->Interface2["INamespaceProvider"] click Interface2 "/api/Wyam.Feeds.Syndication/INamespaceProvider" Type["RssFeed"] class Type type-node

Syntax

[XmlRoot(RootElement, Namespace = Namespace)]
public class RssFeed : RssBase, IFeed, IFeedMetadata, INamespaceProvider

Attributes

Type Description
XmlRootAttribute

Constructors

Name Summary
RssFeed()
RssFeed(IFeed)

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
MimeType application/rss+xml
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
SpecificationUrl http://blogs.law.harvard.edu/tech/rss
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
Channel RssChannel
ElementExtensions List<XmlElement>
Inherited from ExtensibleBase
ElementExtensionsSpecified bool
Inherited from ExtensibleBase
Version string

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