C# Класс Widgets.MostComments.Widget

Показать файл Открыть проект

Открытые методы

Метод Описание
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