C# 클래스 Subtext.Web.Admin.OpmlItem

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RenderOpml void

공개 메소드들

메소드 설명
OpmlItem ( ) : System
OpmlItem ( string title, string description, string xmlUrl, string htmlUrl ) : System

비공개 메소드들

메소드 설명
RenderOpml ( XmlWriter writer ) : void

메소드 상세

OpmlItem() 공개 메소드

public OpmlItem ( ) : System
리턴 System

OpmlItem() 공개 메소드

public OpmlItem ( string title, string description, string xmlUrl, string htmlUrl ) : System
title string
description string
xmlUrl string
htmlUrl string
리턴 System