C# Класс FinanzasPersonalesWeb.Registros.rPersonas

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

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

Свойство Тип Описание
AgregarButton global::System.Web.UI.WebControls.Button
EliminarButton global::System.Web.UI.WebControls.Button
GuadarButton global::System.Web.UI.WebControls.Button
NombreTextBox global::System.Web.UI.WebControls.TextBox
NuevoButton global::System.Web.UI.WebControls.Button
PersonaIdTextBox global::System.Web.UI.WebControls.TextBox
TelefonoTexBox global::System.Web.UI.WebControls.TextBox
TelefonosGridView global::System.Web.UI.WebControls.GridView
TipoTelefonoDropDownList global::System.Web.UI.WebControls.DropDownList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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