C# Класс Utilities.IO.FileFormats.RSS.Enclosure

Enclosure class for RSS feeds (used for pod casting)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Enclosure ( ) : System

Constructor

Enclosure ( IXPathNavigable Doc ) : System

Constructor

ToString ( ) : string

to string item. Used for outputting the item to RSS.

Описание методов

Enclosure() публичный Метод

Constructor
public Enclosure ( ) : System
Результат System

Enclosure() публичный Метод

Constructor
public Enclosure ( IXPathNavigable Doc ) : System
Doc IXPathNavigable XML element holding info for the enclosure
Результат System

ToString() публичный Метод

to string item. Used for outputting the item to RSS.
public ToString ( ) : string
Результат string