C# 클래스 Rockweb.Blocks.Crm.Disc

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnSaveResults_Click ( object sender, EventArgs e ) : void
btnScoreTest_Click ( object sender, EventArgs e ) : void

Gets checked RadioButtons, scores test, and displays results.

비공개 메소드들

메소드 설명
buildQuestionTable ( ) : void

Builds a table with the questions listed.

buildRadioButtonTableRow ( DiscService response ) : void

Inserts a TableRow into the Question Table.

createRadioButton ( string questionNumber, string responseNumber, string MorL ) : System.Web.UI.WebControls.RadioButton

Creates a RadioButton for display on the test form.

findRadioButton ( Control container, string name ) : System.Web.UI.WebControls.RadioButton

Recursively finds a particular RadioButton in the passed-in container.

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnSaveResults_Click() 보호된 메소드

protected btnSaveResults_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnScoreTest_Click() 보호된 메소드

Gets checked RadioButtons, scores test, and displays results.
protected btnScoreTest_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void