C# Class Subtext.Web.Admin.OpmlItem

Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Private Properties

Свойство Type Description
RenderOpml void

Méthodes publiques

Méthode Description
OpmlItem ( ) : System
OpmlItem ( string title, string description, string xmlUrl, string htmlUrl ) : System

Private Methods

Méthode Description
RenderOpml ( XmlWriter writer ) : void

Method Details

OpmlItem() public méthode

public OpmlItem ( ) : System
Résultat System

OpmlItem() public méthode

public OpmlItem ( string title, string description, string xmlUrl, string htmlUrl ) : System
title string
description string
xmlUrl string
htmlUrl string
Résultat System