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

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

공개 프로퍼티들

프로퍼티 타입 설명
Author string
Comments string
Description string
Feed RSSFeed
Guid string
Link string
Pubdate string
Title string

프로퍼티 상세

Author 공개적으로 프로퍼티

Email address of the author of the item.
public string Author
리턴 string

Comments 공개적으로 프로퍼티

URL of a page for comments relating to the item
public string Comments
리턴 string

Description 공개적으로 프로퍼티

The item synopsis.
public string Description
리턴 string

Feed 공개적으로 프로퍼티

The the feed of this item.
public RSSFeed,ZForge.Controls.RSS Feed
리턴 RSSFeed

Guid 공개적으로 프로퍼티

A string that uniquely identifies the item.
public string Guid
리턴 string

Link 공개적으로 프로퍼티

The URL of the item.
public string Link
리턴 string

Pubdate 공개적으로 프로퍼티

Indicates when the item was published.
public string Pubdate
리턴 string

Title 공개적으로 프로퍼티

The title of the item.
public string Title
리턴 string