C# Класс AjaxControlToolkit.Jasmine.Suites.ValidatorCalloutUpdatePanelUnobtrusiveTests

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

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

Свойство Тип Описание
TestUpdatePanel global::System.Web.UI.UpdatePanel
UpdatePanelRequiredFieldValidator global::System.Web.UI.WebControls.RequiredFieldValidator
UpdatePanelTargetExtender global::AjaxControlToolkit.ValidatorCalloutExtender
btnPostback global::System.Web.UI.WebControls.Button
btnSaveUserForm global::System.Web.UI.WebControls.Button
txtUpdate global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

btnPostback_Click() защищенный метод

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

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

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

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

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

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

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

UpdatePanelTargetExtender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.ValidatorCalloutExtender UpdatePanelTargetExtender
Результат global::AjaxControlToolkit.ValidatorCalloutExtender

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

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

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

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

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

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