C# Class Engage.Dnn.Events.SortAction

Allows the user to choose whether to sort the events by date or title.
Inheritance: Engage.Dnn.Events.ActionControlBase
Afficher le fichier Open project: EngageSoftware/Engage-Events

Private Properties

Свойство Type Description
OnSortChanged void
Page_Load void
SetInitialValue void
SortRadioButtonList_SelectedIndexChanged void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

SortAction ( ) : System

Initializes a new instance of the SortAction class.

Private Methods

Méthode Description
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.

Method Details

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

SortAction() protected méthode

Initializes a new instance of the SortAction class.
protected SortAction ( ) : System
Résultat System