C# 클래스 Widgets.MostComments.Widget

파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
LoadWidget ( ) : void

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

비공개 메소드들

메소드 설명
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.

메소드 상세

LoadWidget() 공개 메소드

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
리턴 void