C# Класс Engage.Dnn.Events.SortAction

Allows the user to choose whether to sort the events by date or title.
Наследование: Engage.Dnn.Events.ActionControlBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
OnSortChanged void
Page_Load void
SetInitialValue void
SortRadioButtonList_SelectedIndexChanged void

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

SortAction ( ) : System

Initializes a new instance of the SortAction class.

Приватные методы

Метод Описание
OnSortChanged ( EventArgs e ) : void

Raises the SortChanged event.

Page_Load ( object sender, EventArgs eventArgs ) : void

Handles the Control.Load event of this control.

SetInitialValue ( ) : void

Sets the initial value for the sort, based on the QueryString.

SortRadioButtonList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the ListControl.SelectedIndexChanged event of the SortRadioButtonList control.

Описание методов

OnInit() защищенный Метод

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

SortAction() защищенный Метод

Initializes a new instance of the SortAction class.
protected SortAction ( ) : System
Результат System