C# Class View.UI.ViewCetegoria.frmGerenciarCategoria

Afficher le fichier Open project: mikemajesty/Caixapadariav2

Méthodes publiques

Méthode Description
PegaLinhaDoGrid ( ) : int
frmGerenciarCategoria ( ) : Controller.Repositorio

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AjustarTamanhoDoGrid ( ) : void
CarregarGrid ( ) : void
CarregarTextoDePermissao ( ) : void
EsconderBotoes ( ) : void
FecharForm ( ) : void
InitializeComponent ( ) : void

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

InstanciarCategoriaRepositorio ( ) : void
MostrarBotoes ( ) : void
TirarFocoDoGrid ( ) : void
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
dgvCategoria_KeyDown ( object sender, KeyEventArgs e ) : void
frmCadastrarCategoria_Load ( object sender, EventArgs e ) : void
txtPesquisar_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtPesquisar_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

PegaLinhaDoGrid() public méthode

public PegaLinhaDoGrid ( ) : int
Résultat int

frmGerenciarCategoria() public méthode

public frmGerenciarCategoria ( ) : Controller.Repositorio
Résultat Controller.Repositorio