C# 클래스 Engage.Dnn.Events.SortAction

Allows the user to choose whether to sort the events by date or title.
상속: Engage.Dnn.Events.ActionControlBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Events

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