C# 클래스 BLL.Metas

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

공개 메소드들

메소드 설명
AgregarMetas ( int MetaId, int TipoIngresoId, double Monto ) : void
Buscar ( int IdBuscado ) : bool
Editar ( ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
LimpiarList ( ) : void
Listado ( string Campos, string Condicion, string Orden ) : DataTable
Metas ( ) : System
Metas ( int MetaId, int TipoIngresoId, double Monto ) : System
ObtenerMetaId ( ) : DataTable

메소드 상세

AgregarMetas() 공개 메소드

public AgregarMetas ( int MetaId, int TipoIngresoId, double Monto ) : void
MetaId int
TipoIngresoId int
Monto double
리턴 void

Buscar() 공개 메소드

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

Editar() 공개 메소드

public Editar ( ) : bool
리턴 bool

Eliminar() 공개 메소드

public Eliminar ( ) : bool
리턴 bool

Insertar() 공개 메소드

public Insertar ( ) : bool
리턴 bool

LimpiarList() 공개 메소드

public LimpiarList ( ) : void
리턴 void

Listado() 공개 메소드

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

Metas() 공개 메소드

public Metas ( ) : System
리턴 System

Metas() 공개 메소드

public Metas ( int MetaId, int TipoIngresoId, double Monto ) : System
MetaId int
TipoIngresoId int
Monto double
리턴 System

ObtenerMetaId() 공개 메소드

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