C# Class Widgets.MostComments.Widget

Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
LoadWidget ( ) : void

This method works as a substitute for Page_Load. You should use this method for data binding etc. instead of Page_Load.

Private Methods

Method Description
BuildList ( ) : List

Builds the list.

ClearCache ( object sender, EventArgs e ) : void
FindVisitor ( string email, int comments ) : Visitor

Finds the visitor.

LoadSettings ( ) : void

The load settings.

RepItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rep control.

SortDictionary ( int>.Dictionary dic ) : int>.Dictionary

Sorts the dictionary.

Widget ( ) : System

Initializes static members of the Widget class.

Method Details

LoadWidget() public method

This method works as a substitute for Page_Load. You should use this method for data binding etc. instead of Page_Load.
public LoadWidget ( ) : void
return void