C# 클래스 BLL.Cuentas

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

공개 메소드들

메소드 설명
Buscar ( int IdBuscado ) : bool
Cuentas ( ) : System
Cuentas ( int id, string descripcion, float balance, float pcto ) : System
CuentasList ( ) : List
Editar ( ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
Listado ( string Campos, string Condicion, string Orden ) : DataTable
ObtenerBalance ( ) : DataTable
ObtenerCuentas ( ) : DataTable

메소드 상세

Buscar() 공개 메소드

public Buscar ( int IdBuscado ) : bool
IdBuscado int
리턴 bool

Cuentas() 공개 메소드

public Cuentas ( ) : System
리턴 System

Cuentas() 공개 메소드

public Cuentas ( int id, string descripcion, float balance, float pcto ) : System
id int
descripcion string
balance float
pcto float
리턴 System

CuentasList() 공개 정적인 메소드

public static CuentasList ( ) : List
리턴 List

Editar() 공개 메소드

public Editar ( ) : bool
리턴 bool

Eliminar() 공개 메소드

public Eliminar ( ) : bool
리턴 bool

Insertar() 공개 메소드

public Insertar ( ) : bool
리턴 bool

Listado() 공개 메소드

public Listado ( string Campos, string Condicion, string Orden ) : DataTable
Campos string
Condicion string
Orden string
리턴 System.Data.DataTable

ObtenerBalance() 공개 메소드

public ObtenerBalance ( ) : DataTable
리턴 System.Data.DataTable

ObtenerCuentas() 공개 메소드

public ObtenerCuentas ( ) : DataTable
리턴 System.Data.DataTable