C# Class RssWriter, getputs

Summary description for RSSWriter
Afficher le fichier Open project: vatsal/getputs Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ConvertDate ( DateTime t ) : string
WriteItemBody ( XmlWriter w, Item item ) : void
WriteItemBody ( XmlWriter w, string title, string content, System link, DateTime time ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

RssWriter() public méthode

public RssWriter ( XmlWriter tw ) : System
tw XmlWriter
Résultat System

WriteHeader() public méthode

public WriteHeader ( string title, string link, string description, string generator ) : void
title string
link string
description string
generator string
Résultat void

WriteItem() public méthode

public WriteItem ( Item item ) : void
item Item
Résultat void

WriteItem() public méthode

public WriteItem ( string title, string content, System link, DateTime time ) : void
title string
content string
link System
time DateTime
Résultat void