C# 클래스 Subtext.Framework.Syndication.CategoryWriter

Summary description for CategoryWriter.
상속: RssWriter
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
CategoryWriter ( IList ec, LinkCategory lc, string url ) : System

Creates a new CategoryWriter instance.

보호된 메소드들

메소드 설명
WriteChannel ( ) : void

메소드 상세

CategoryWriter() 공개 메소드

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.
리턴 System

WriteChannel() 보호된 메소드

protected WriteChannel ( ) : void
리턴 void