C# Class NFe.UI.Formularios.userConfiguracao_diversos

Show file Open project: akretion/uninfe Class Usage Examples

Public Properties

Property Type Description
uConfiguracoes userConfiguracoes

Public Methods

Method Description
Populate ( NFe empresa, bool novaempresa ) : void
ValidadeCNPJ ( bool istrow = false ) : bool
Validar ( bool exibeerro, bool novaempresa ) : bool
userConfiguracao_diversos ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HabilitaOpcaoCompactar ( bool ativar ) : void
HabilitaUsuarioSenhaWS ( int ufCod ) : void
InitializeComponent ( ) : void

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

cbServico_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox_Ambiente_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox_UF_DropDown ( object sender, EventArgs e ) : void
comboBox_UF_DropDownClosed ( object sender, EventArgs e ) : void
comboBox_UF_SelectedIndexChanged ( object sender, EventArgs e ) : void
edtCNPJ_Enter ( object sender, EventArgs e ) : void
edtCNPJ_Leave ( object sender, EventArgs e ) : void
txtSenhaWS_TextChanged ( object sender, EventArgs e ) : void
txtUsuarioWS_TextChanged ( object sender, EventArgs e ) : void
udDiasLimpeza_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

Populate() public method

public Populate ( NFe empresa, bool novaempresa ) : void
empresa NFe
novaempresa bool
return void

ValidadeCNPJ() public method

public ValidadeCNPJ ( bool istrow = false ) : bool
istrow bool
return bool

Validar() public method

public Validar ( bool exibeerro, bool novaempresa ) : bool
exibeerro bool
novaempresa bool
return bool

userConfiguracao_diversos() public method

public userConfiguracao_diversos ( ) : System
return System

Property Details

uConfiguracoes public property

public userConfiguracoes uConfiguracoes
return userConfiguracoes