C# Class Controller.Repositorio.ComandaRepositorio

Afficher le fichier Open project: mikemajesty/Caixapadariav2 Class Usage Examples

Méthodes publiques

Méthode Description
Alterar ( Comanda comanda ) : int
ComandaRepositorio ( ) : Mike.Utilities.Desktop
Deletar ( Comanda comanda ) : int
GetComandaPorCodigo ( string codigo ) : Comanda
GetComandaPorID ( int ComandaID ) : Comanda
GetQuantidade ( ) : int
Inserir ( List comandList, Comanda comanda ) : bool
Listar ( System.Windows.Forms.DataGridView dgv ) : void
PesquisarPorID ( System.Windows.Forms.DataGridView dgv, int ComandaID ) : void
Salvar ( Comanda comanda ) : int

Private Methods

Méthode Description
InstanciaVendaComComandaAtivaRepositorio ( ) : void

Method Details

Alterar() public méthode

public Alterar ( Comanda comanda ) : int
comanda Model.Entidades.Comanda
Résultat int

ComandaRepositorio() public méthode

public ComandaRepositorio ( ) : Mike.Utilities.Desktop
Résultat Mike.Utilities.Desktop

Deletar() public méthode

public Deletar ( Comanda comanda ) : int
comanda Model.Entidades.Comanda
Résultat int

GetComandaPorCodigo() public méthode

public GetComandaPorCodigo ( string codigo ) : Comanda
codigo string
Résultat Model.Entidades.Comanda

GetComandaPorID() public méthode

public GetComandaPorID ( int ComandaID ) : Comanda
ComandaID int
Résultat Model.Entidades.Comanda

GetQuantidade() public méthode

public GetQuantidade ( ) : int
Résultat int

Inserir() public méthode

public Inserir ( List comandList, Comanda comanda ) : bool
comandList List
comanda Model.Entidades.Comanda
Résultat bool

Listar() public méthode

public Listar ( System.Windows.Forms.DataGridView dgv ) : void
dgv System.Windows.Forms.DataGridView
Résultat void

PesquisarPorID() public méthode

public PesquisarPorID ( System.Windows.Forms.DataGridView dgv, int ComandaID ) : void
dgv System.Windows.Forms.DataGridView
ComandaID int
Résultat void

Salvar() public méthode

public Salvar ( Comanda comanda ) : int
comanda Model.Entidades.Comanda
Résultat int