C# Class BLL.Personas

Inheritance: ClaseMaestra
Show file Open project: enelramon/FinanzasPersonalesWeb2016 Class Usage Examples

Public Methods

Method Description
AgregarTelefono ( TiposTelefonos tipo, string telefono ) : void
Buscar ( int IdBuscado ) : bool
Editar ( ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
Listado ( string Campos, string Condicion, string Orden ) : DataTable
Personas ( ) : System

Method Details

AgregarTelefono() public method

public AgregarTelefono ( TiposTelefonos tipo, string telefono ) : void
tipo TiposTelefonos
telefono string
return void

Buscar() public method

public Buscar ( int IdBuscado ) : bool
IdBuscado int
return bool

Editar() public method

public Editar ( ) : bool
return bool

Eliminar() public method

public Eliminar ( ) : bool
return bool

Insertar() public method

public Insertar ( ) : bool
return bool

Listado() public method

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

Personas() public method

public Personas ( ) : System
return System