C# Класс Sapphire.Environment.UI.WebControls.Repl

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
PythonRadioButton global::System.Web.UI.WebControls.RadioButton
ResultLabel global::System.Web.UI.WebControls.Label
RunButton global::System.Web.UI.WebControls.Button
ScriptTextBox global::System.Web.UI.WebControls.TextBox

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
RunButton_Click ( object sender, EventArgs e ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

PythonRadioButton защищенное свойство

PythonRadioButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton PythonRadioButton
Результат global::System.Web.UI.WebControls.RadioButton

ResultLabel защищенное свойство

ResultLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ResultLabel
Результат global::System.Web.UI.WebControls.Label

RunButton защищенное свойство

RunButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button RunButton
Результат global::System.Web.UI.WebControls.Button

ScriptTextBox защищенное свойство

ScriptTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox ScriptTextBox
Результат global::System.Web.UI.WebControls.TextBox