C# Class Subtext.Framework.Syndication.CategoryWriter

Summary description for CategoryWriter.
Inheritance: RssWriter
Mostra file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
CategoryWriter ( IList ec, LinkCategory lc, string url ) : System

Creates a new CategoryWriter instance.

Protected Methods

Method Description
WriteChannel ( ) : void

Method Details

CategoryWriter() public method

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.
return System

WriteChannel() protected method

protected WriteChannel ( ) : void
return void