C# Class Subtext.Framework.Syndication.CategoryWriter

Summary description for CategoryWriter.
Inheritance: RssWriter
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
CategoryWriter ( IList ec, LinkCategory lc, string url ) : System

Creates a new CategoryWriter instance.

Méthodes protégées

Méthode Description
WriteChannel ( ) : void

Method Details

CategoryWriter() public méthode

Creates a new CategoryWriter instance.
public CategoryWriter ( IList ec, LinkCategory lc, string url ) : System
ec IList Ec.
lc Subtext.Framework.Components.LinkCategory Lc.
url string URL.
Résultat System

WriteChannel() protected méthode

protected WriteChannel ( ) : void
Résultat void