C# Класс Rockweb.Blocks.Crm.Disc

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

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

Метод Описание
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