Generates syndication feeds for blog entities.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class SyndicationGenerator
Public Class SyndicationGenerator
public ref class SyndicationGenerator
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SyndicationGeneratorSyndicationGeneratorNew(BlogSettings, List<(Of <Category>)>) |
Initializes a new instance of the SyndicationGenerator class using the supplied BlogSettings and collection of Category objects.
| |
| Categories |
Gets a collection of Category objects used to categorize the web log content.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetPermaLink(IPublishable) |
Creates a Uri that represents the peramlink for the supplied IPublishable.
| |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Settings |
Gets or sets the BlogSettings used when generating syndication results.
| |
| SupportedNamespaces |
Gets a collection of the XML namespaces used to provide support for syndication extensions.
| |
| ToRfc822DateTime(DateTime) |
Converts the supplied DateTime to its equivalent RFC-822 DateTime string representation.
| |
| ToString()() | (Inherited from Object.) | |
| ToW3cDateTime(DateTime) |
Converts the supplied DateTime to its equivalent W3C DateTime string representation.
| |
| ToW3cDateTime(DateTime, TimeSpan) |
Converts the supplied DateTime to its equivalent W3C DateTime string representation.
| |
| WriteAtomFeed(Stream, List<(Of <IPublishable>)>, String) |
Writes a generated Atom syndication feed to the specified Stream using the supplied collection.
| |
| WriteFeed(SyndicationFormat, Stream, List<(Of <IPublishable>)>, String) |
Writes a generated syndication feed that conforms to the supplied SyndicationFormat using the supplied Stream and collection.
| |
| WriteRssFeed(Stream, List<(Of <IPublishable>)>, String) |
Writes a generated RSS syndication feed to the specified Stream using the supplied collection.
|
Inheritance Hierarchy
See Also
BlogEngine.Core Namespace