C# Class RockWeb.Blocks.Cms.RSSFeed

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: CentralAZ/Rockit-CentralAZ

Private Properties

Property Type Description
ClearCache void
FeedDebugNode string
GetTemplate Template
LoadDebugData string
LoadFeed void
SetNotificationBox void
SetNotificationBox void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
RSSFeed_BlockUpdated ( object sender, EventArgs e ) : void

Private Methods

Method Description
ClearCache ( ) : void
FeedDebugNode ( object>.KeyValuePair node ) : string
GetTemplate ( ) : Template
LoadDebugData ( object>.Dictionary feedDictionary ) : string
LoadFeed ( ) : void
SetNotificationBox ( string heading, string bodyText ) : void
SetNotificationBox ( string heading, string bodyText, NotificationBoxType boxType ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

RSSFeed_BlockUpdated() protected method

protected RSSFeed_BlockUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void