C# 클래스 RssWriter, getputs

Summary description for RSSWriter
파일 보기 프로젝트 열기: vatsal/getputs 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
RssWriter ( XmlWriter tw ) : System
WriteHeader ( string title, string link, string description, string generator ) : void
WriteItem ( Item item ) : void
WriteItem ( string title, string content, System link, DateTime time ) : void

비공개 메소드들

메소드 설명
ConvertDate ( DateTime t ) : string
WriteItemBody ( XmlWriter w, Item item ) : void
WriteItemBody ( XmlWriter w, string title, string content, System link, DateTime time ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

RssWriter() 공개 메소드

public RssWriter ( XmlWriter tw ) : System
tw XmlWriter
리턴 System

WriteHeader() 공개 메소드

public WriteHeader ( string title, string link, string description, string generator ) : void
title string
link string
description string
generator string
리턴 void

WriteItem() 공개 메소드

public WriteItem ( Item item ) : void
item Item
리턴 void

WriteItem() 공개 메소드

public WriteItem ( string title, string content, System link, DateTime time ) : void
title string
content string
link System
time DateTime
리턴 void