C# 클래스 RockWeb.Blocks.Cms.RSSFeedItem

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

Private Properties

프로퍼티 타입 설명
ClearCache void
FeedDebugNode string
GetTemplate Template
LoadDebugData string
LoadFeedItem void
SetNotificationBox void
SetNotificationBox void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
RSSFeedItem_BlockUpdated ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ClearCache ( ) : void
FeedDebugNode ( object>.KeyValuePair node ) : string
GetTemplate ( ) : Template
LoadDebugData ( object>.Dictionary feedDictionary ) : string
LoadFeedItem ( string feedItemId ) : void
SetNotificationBox ( string heading, string bodyText ) : void
SetNotificationBox ( string heading, string bodyText, NotificationBoxType boxType ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

RSSFeedItem_BlockUpdated() 보호된 메소드

protected RSSFeedItem_BlockUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void