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

Allows the user to choose whether to display all events or only active events.
상속: Engage.Dnn.Events.ActionControlBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Events

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