C# Класс View.UI.ViewCaixa.frmDividirComanda

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

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

Метод Описание
GetLucroTotal ( ) : decimal
GetValorDoTxtQuantidadeDeParcelas ( ) : string
GetValorTotal ( ) : decimal
frmDividirComanda ( List listaProdutos ) : Controller.Enum

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

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

Clean up any resources being used.

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

Метод Описание
AdicionarNoTxt ( ) : void
AtualizaValorNaLabel ( ) : void
AtualizarCaixa ( ) : void
CarregarComboBoxTipoPagamento ( ) : void
CarregarTxtParcelaComZero ( ) : void
CocluirVendaCreditar ( ) : void
ConcluirVendaComCartao ( ) : void
ConcluirVendaComCreditar ( ) : bool
DarBaixaNoEstoque ( ) : void
DesabilitarComboBox ( ) : void
DesabilitarGroupBox ( List list ) : void
EsconderBotao ( ) : void
EsconderGroupBox ( List list ) : void
FocarNotxt ( ) : void
FocoNoBotao ( ) : void
GetLucroDivididoPelaParcela ( ) : decimal
GetTotalDividoPelaParcela ( ) : decimal
GetValorPorParcela ( ) : decimal
HabilitarComboBox ( ) : void
HabilitarGroupBox ( List gpb ) : void
InitializeComponent ( ) : void

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

InserirVendaNoCaixaConcluirVendaDinheiro ( ) : void
InstanciaCaixaRepositorio ( ) : void
InstanciarEstoqueRepositorio ( ) : void
InstanciarFiadoRepositorio ( ) : void
InstanciarMovimentacaoCaixaRepositorio ( ) : void
InstanciarProdutoRepositorio ( ) : void
InstanciarTipoPagamentoRepositorio ( ) : void
InstanciarVendaComComandaAtivaRepositorio ( ) : void
InstanciarVendaRepositorio ( ) : void
JogaValorTotalNaLabel ( ) : void
LimparTxt ( List list ) : void
MensagemDeAviso ( ) : void
MostrarBotao ( ) : void
MostrarGroupBox ( List list ) : void
PopularVenda ( ) : Venda
PopularVendaComDinheiro ( Venda venda ) : Venda
PopularVendaSemDinheiro ( Venda venda ) : Venda
PosSalvamentoPadrao ( ) : void
SubtrairNoTxt ( ) : void
ValidarVenda ( ) : void
ZerarValorDaParcela ( ) : void
btnAbrirCaixa_Click ( object sender, EventArgs e ) : void
btnAdicionar_Click ( object sender, EventArgs e ) : void
btnConcluirVenda_Click ( object sender, EventArgs e ) : void
btnGerarParcelas_Click ( object sender, EventArgs e ) : void
btnMudarParcelas_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
btnSubtrair_Click ( object sender, EventArgs e ) : void
cbbTipoDePagamento_SelectedIndexChanged ( object sender, EventArgs e ) : void
frmDividirComanda_Load ( object sender, EventArgs e ) : void
txtNumeroDeParcelas_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorPago_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorPago_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

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

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

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

public GetValorDoTxtQuantidadeDeParcelas ( ) : string
Результат string

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

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

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

public frmDividirComanda ( List listaProdutos ) : Controller.Enum
listaProdutos List
Результат Controller.Enum