C# Class BLL.Personas

Inheritance: ClaseMaestra
Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AgregarTelefono ( TiposTelefonos tipo, string telefono ) : void
tipo TiposTelefonos
telefono string
Résultat void

Buscar() public méthode

public Buscar ( int IdBuscado ) : bool
IdBuscado int
Résultat bool

Editar() public méthode

public Editar ( ) : bool
Résultat bool

Eliminar() public méthode

public Eliminar ( ) : bool
Résultat bool

Insertar() public méthode

public Insertar ( ) : bool
Résultat bool

Listado() public méthode

public Listado ( string Campos, string Condicion, string Orden ) : DataTable
Campos string
Condicion string
Orden string
Résultat System.Data.DataTable

Personas() public méthode

public Personas ( ) : System
Résultat System