C# Class View.UI.ViewProduto.frmGerenciarProduto

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
frmGerenciarProduto ( ) : Controller.Repositorio

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CarregaGrid ( ) : void
CarregarGridPelaLinha ( ) : void
CarregarTextoDePermissao ( ) : void
FecharForm ( ) : void
FocarNoTxt ( TextBox txtPesquisar ) : void
InitializeComponent ( ) : void

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

InstanciarProdutoRepositorio ( ) : void
InstanciarTipoCadastroRepositorio ( ) : void
LimparTxt ( ) : void
PegaLinhaDoGrid ( ) : int
btnAlterar_Click ( object sender, EventArgs e ) : void
btnDeletar_Click ( object sender, EventArgs e ) : void
btnNovo_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
dgvProdutos_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dgvProdutos_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void
dgvProdutos_KeyDown ( object sender, KeyEventArgs e ) : void
dgvProdutos_KeyPress ( object sender, KeyPressEventArgs e ) : void
frmGerenciarProduto_Load ( object sender, EventArgs e ) : void
txtPesquisar_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtPesquisar_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmGerenciarProduto() public method

public frmGerenciarProduto ( ) : Controller.Repositorio
return Controller.Repositorio