C# 클래스 Controller.Repositorio.TipoPagamentoRepositorio

파일 보기 프로젝트 열기: mikemajesty/Caixapadariav2 1 사용 예제들

공개 메소드들

메소드 설명
Cadastrar ( ) : int
GetIDPeloNome ( string tipo ) : int
Listar ( ComboBox cbb ) : void
ListarComUmaLinhaEmBranco ( ComboBox cbb ) : void
TipoPagamentoRepositorio ( ) : Controller.Enum
VerificarQuantidade ( ) : int

비공개 메소드들

메소드 설명
TipoPagamentoList ( ) : List

메소드 상세

Cadastrar() 공개 메소드

public Cadastrar ( ) : int
리턴 int

GetIDPeloNome() 공개 메소드

public GetIDPeloNome ( string tipo ) : int
tipo string
리턴 int

Listar() 공개 메소드

public Listar ( ComboBox cbb ) : void
cbb System.Windows.Forms.ComboBox
리턴 void

ListarComUmaLinhaEmBranco() 공개 메소드

public ListarComUmaLinhaEmBranco ( ComboBox cbb ) : void
cbb System.Windows.Forms.ComboBox
리턴 void

TipoPagamentoRepositorio() 공개 메소드

public TipoPagamentoRepositorio ( ) : Controller.Enum
리턴 Controller.Enum

VerificarQuantidade() 공개 메소드

public VerificarQuantidade ( ) : int
리턴 int