C# 클래스 SyndicationFeedHelper, Rockit-CentralAZ

파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ 1 사용 예제들

공개 메소드들

메소드 설명
ClearCachedFeed ( string feedUrl ) : void

Clears the specified feed from object cache.

GetFeed ( string feedUrl, string detailPage, int cacheDuration, string>.Dictionary &message, bool &isError ) : object>.Dictionary

Gets a System.Collections.Generic.Dictionary{string,object} representing the contents of the syndicated feed.

비공개 메소드들

메소드 설명
BuildDetailPageLink ( int detailPageId, string hashedId ) : string
BuildElementDictionary ( XElement feedElement, XNamespace>.Dictionary namespaces ) : object>.Dictionary
GetFeedCacheKey ( string feedUrl ) : string

메소드 상세

ClearCachedFeed() 공개 정적인 메소드

Clears the specified feed from object cache.
public static ClearCachedFeed ( string feedUrl ) : void
feedUrl string A representing the URL of the feed.
리턴 void

GetFeed() 공개 정적인 메소드

Gets a System.Collections.Generic.Dictionary{string,object} representing the contents of the syndicated feed.
public static GetFeed ( string feedUrl, string detailPage, int cacheDuration, string>.Dictionary &message, bool &isError ) : object>.Dictionary
feedUrl string A representing the URL of the feed.
detailPage string A representing the Guid of the detail page.
cacheDuration int A representing the length of time that the content of the RSS feed will be saved to cache.
message string>.Dictionary A that will contain any error or alert messages that are returned.
isError bool A that is true if an error has occurred, otherwise false.
리턴 object>.Dictionary