C# 클래스 ZForge.Controls.RSS.RSSFeed

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

공개 프로퍼티들

프로퍼티 타입 설명
Category string
Copyright string
Description string
ErrorMessage string
Generator string
Items RSSItemCollection
Language string
LastBuildDate string
Link string
ManagingEditor string
PubDate string
Rating string
Skipdays string
Skiphours string
Title string
Ttl string
URL string
Webmaster string

프로퍼티 상세

Category 공개적으로 프로퍼티

Specify one or more categories that the channel belongs to.
public string Category
리턴 string

Copyright 공개적으로 프로퍼티

Copyright notice for content in the channel.
public string Copyright
리턴 string

Description 공개적으로 프로퍼티

Phrase or sentence describing the channel.
public string Description
리턴 string

ErrorMessage 공개적으로 프로퍼티

Contains any errors that occured during the loading or parsing of the XML document. Compare this to a blank string to see if any errors occured.
public string ErrorMessage
리턴 string

Generator 공개적으로 프로퍼티

A string indicating the program used to generate the channel.
public string Generator
리턴 string

Items 공개적으로 프로퍼티

A collection of RssItem datatypes, representing each item for the RSS feed.
public RSSItemCollection,ZForge.Controls.RSS Items
리턴 RSSItemCollection

Language 공개적으로 프로퍼티

The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page.
public string Language
리턴 string

LastBuildDate 공개적으로 프로퍼티

The last time the content of the channel changed.
public string LastBuildDate
리턴 string

Link 공개적으로 프로퍼티

The URL to the HTML website corresponding to the channel.
public string Link
리턴 string

ManagingEditor 공개적으로 프로퍼티

Email address for person responsible for editorial content.
public string ManagingEditor
리턴 string

PubDate 공개적으로 프로퍼티

The publication date for the content in the channel.
public string PubDate
리턴 string

Rating 공개적으로 프로퍼티

The PICS rating for the channel.
public string Rating
리턴 string

Skipdays 공개적으로 프로퍼티

A hint for aggregators telling them which days they can skip.
public string Skipdays
리턴 string

Skiphours 공개적으로 프로퍼티

A hint for aggregators telling them which hours they can skip.
public string Skiphours
리턴 string

Title 공개적으로 프로퍼티

The name of the channel.
public string Title
리턴 string

Ttl 공개적으로 프로퍼티

ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source
public string Ttl
리턴 string

URL 공개적으로 프로퍼티

The URL of the channel.
public string URL
리턴 string

Webmaster 공개적으로 프로퍼티

Email address for person responsible for technical issues relating to channel.
public string Webmaster
리턴 string