C# Класс FinanzasPersonalesWeb.EgresosWebForm

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

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

Свойство Тип Описание
BuscarButton global::System.Web.UI.WebControls.Button
CuentaIdDropDownList global::System.Web.UI.WebControls.DropDownList
EgresoIdTextBox global::System.Web.UI.WebControls.TextBox
EliminarButton global::System.Web.UI.WebControls.Button
FechaTextBox global::System.Web.UI.WebControls.TextBox
GuadarButton global::System.Web.UI.WebControls.Button
MiembroIdDropDownList global::System.Web.UI.WebControls.DropDownList
MontoTextBox global::System.Web.UI.WebControls.TextBox
NuevoButton global::System.Web.UI.WebControls.Button
ObservacionesTextBox global::System.Web.UI.WebControls.TextBox
TipoEgresoIdDropDownList global::System.Web.UI.WebControls.DropDownList

Открытые методы

Метод Описание
Convertir ( ) : int
DevolverDatos ( Egresos egreso ) : void
Limpiar ( ) : void
LlenarDatos ( Egresos egreso ) : void
LlenarDropDownList ( ) : void
MiError ( ) : int
ShowToastr ( Page page, string message, string title, string type ) : void

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

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

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

Метод Описание
GetSugestions ( string filtro ) : string[]

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

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

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

Convertir() публичный Метод

public Convertir ( ) : int
Результат int

DevolverDatos() публичный Метод

public DevolverDatos ( Egresos egreso ) : void
egreso BLL.Egresos
Результат void

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

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

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

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

Limpiar() публичный Метод

public Limpiar ( ) : void
Результат void

LlenarDatos() публичный Метод

public LlenarDatos ( Egresos egreso ) : void
egreso BLL.Egresos
Результат void

LlenarDropDownList() публичный Метод

public LlenarDropDownList ( ) : void
Результат void

MiError() публичный Метод

public MiError ( ) : int
Результат int

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

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

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

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

ShowToastr() публичный статический Метод

public static ShowToastr ( Page page, string message, string title, string type ) : void
page Page
message string
title string
type string
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

MontoTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox MontoTextBox
Результат 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

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

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

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

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