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

<image> is an optional sub-element of <channel>, which contains three required and three optional sub-elements.
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

RssImageElement() 공개 메소드

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

RssImageElement() 공개 메소드

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

WriteToXmlWriter() 공개 메소드

Writes this RssImage element to the specified XmlWriter.
public WriteToXmlWriter ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void