C# Class View.UI.ViewComanda.frmCadastrarCliente

Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
frmCadastrarCliente ( Cliente cliente, EnumTipoOperacao tipoOpercacao ) : Mike.Utilities.Desktop

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CarregaClienteTipoOperacao ( Model cliente, EnumTipoOperacao tipoOpercacao ) : void
DesabilitarGroupBox ( GroupBox gpb ) : void
FecharForm ( ) : void
FocarNoButton ( Button btn ) : void
FocarNoMtb ( MaskedTextBox mtb ) : void
FocarNoTxt ( TextBox txt ) : void
GetMtbList ( ) : MaskedTextBox[]
GetTxtEmBranco ( ) : int
InitializeComponent ( ) : void

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

InstanciarClienteRepositorio ( ) : void
InstanciarFiadoRepositorio ( ) : void
MesagemDeAviso ( string mensagem ) : void
MudarCorDoBotao ( Color color ) : void
MudarTextoDoBotao ( string texto ) : void
MudarTextoDoForm ( string texto ) : void
PopularTxt ( ) : void
PosSalvamento ( ) : void
PreencheCliente ( ) : Cliente
ValidarTxt ( ) : void
btnCadastrar_Click ( object sender, EventArgs e ) : void
frmCadastrarCliente_Load ( object sender, EventArgs e ) : void
mtbCpf_KeyPress ( object sender, KeyPressEventArgs e ) : void
mtbTelefone_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtNome_KeyPress ( object sender, KeyPressEventArgs 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

frmCadastrarCliente() public method

public frmCadastrarCliente ( Cliente cliente, EnumTipoOperacao tipoOpercacao ) : Mike.Utilities.Desktop
cliente Cliente
tipoOpercacao EnumTipoOperacao
return Mike.Utilities.Desktop