C# Класс View.UI.ViewComanda.frmClienteCreditar

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

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

Метод Описание
GetIDDoGrid ( ) : int
GetTotalDoGrid ( ) : decimal
frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

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

Метод Описание
AjustarTamanhoDoDataGridView ( ) : void
AumentarTamanhoDoForm ( ) : void
AumentarTamanhoDoGroupBox ( ) : void
AumentarTamanhoDoTxt ( ) : void
CarregarGridParaVender ( ) : void
ClienteCreditar_Load ( object sender, EventArgs e ) : void
EsconderBtnAdicionar ( ) : void
FecharForm ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstanciarFiadoRepositorio ( ) : void
InstanciarlienteRepositorio ( ) : void
btnAdicionar_Click ( object sender, EventArgs e ) : void
dgvCliente_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dgvCliente_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
dgvCliente_KeyDown ( object sender, KeyEventArgs e ) : void
frmClienteCreditar_FormClosing ( object sender, FormClosingEventArgs e ) : void
txtPesquisar_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtPesquisar_TextChanged ( object sender, EventArgs e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

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

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

public GetTotalDoGrid ( ) : decimal
Результат decimal

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

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool

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

public frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio
enumCreditar EnumTipoCreditar
Результат Controller.Repositorio