Feed Class
graph BT Type-->Base0["FeedMetadata"] click Base0 "/api/Statiq.Feeds.Syndication/FeedMetadata" Base0-->Base1["object"] Type-.->Interface0["IFeed"] click Interface0 "/api/Statiq.Feeds.Syndication/IFeed" Type-.->Interface1["IFeedMetadata"] click Interface1 "/api/Statiq.Feeds.Syndication/IFeedMetadata" Type-.->Interface2["INamespaceProvider"] click Interface2 "/api/Statiq.Feeds.Syndication/INamespaceProvider" Type["Feed"] class Type type-node

Syntax

public class Feed : FeedMetadata, IFeed, IFeedMetadata, INamespaceProvider

Properties

Name Property Type Summary
Author string
Inherited from FeedMetadata
Copyright string
Description string
Inherited from FeedMetadata
FeedType FeedType
Id string
Inherited from FeedMetadata
ImageLink Uri
Inherited from FeedMetadata
Items List<FeedItem>
Link Uri
Inherited from FeedMetadata
MimeType string
Published DateTime?
Inherited from FeedMetadata
Title string
Inherited from FeedMetadata
Updated DateTime?
Inherited from FeedMetadata

Methods

Name Return Value Summary
AddNamespaces(XmlSerializerNamespaces) void

Extension Methods