C# 클래스 FinanzasPersonalesWeb.Registros.rPersonas

파일 보기 프로젝트 열기: enelramon/FinanzasPersonalesWeb2016

보호된 프로퍼티들

프로퍼티 타입 설명
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