C# Class Subtext.Framework.Syndication.RssImageElement

<image> is an optional sub-element of <channel>, which contains three required and three optional sub-elements.
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
RssImageElement ( Uri url, string title, Uri link ) : System

Initializes a new instance of the RssImageElement class.

RssImageElement ( Uri url, string title, Uri link, int width, int height, string description ) : System

Initializes a new instance of the RssImageElement class.

WriteToXmlWriter ( XmlWriter writer ) : void

Writes this RssImage element to the specified XmlWriter.

Method Details

RssImageElement() public méthode

Initializes a new instance of the RssImageElement class.
public RssImageElement ( Uri url, string title, Uri link ) : System
url System.Uri The URL.
title string The title.
link System.Uri The link.
Résultat System

RssImageElement() public méthode

Initializes a new instance of the RssImageElement class.
public RssImageElement ( Uri url, string title, Uri link, int width, int height, string description ) : System
url System.Uri The URL.
title string The title.
link System.Uri The link.
width int The width.
height int The height.
description string The description.
Résultat System

WriteToXmlWriter() public méthode

Writes this RssImage element to the specified XmlWriter.
public WriteToXmlWriter ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void