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

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

Private Properties

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

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

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

Raises the Control.Init event.

StatusFilterAction ( ) : System

Initializes a new instance of the StatusFilterAction 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 status value from the QueryString.

StatusRadioButtonList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the ListControl.SelectedIndexChanged event of the StatusRadioButtonList control.

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

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

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

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

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