C# Class DominioSKD.Entidades.Modulo7.PersonaM7

Inheritance: Entidad
Show file Open project: rosmantorres/sakaratedo Class Usage Examples

Public Properties

Property Type Description
Estado System.Boolean
TipoSangre Sangre

Public Methods

Method Description
PersonaM7 ( ) : System

addRepresentado ( Persona per ) : void
agregarTelefono ( Telefono tel ) : void

Agrega un teléfono a la lista, si no existe la lista genere una nueva

Method Details

PersonaM7() public method

public PersonaM7 ( ) : System
return System

addRepresentado() public method

public addRepresentado ( Persona per ) : void
per Persona
return void

agregarTelefono() public method

Agrega un teléfono a la lista, si no existe la lista genere una nueva
public agregarTelefono ( Telefono tel ) : void
tel Telefono Objeto teléfono
return void

Property Details

Estado public property

Estado de la persona en el sistema.
public Boolean,System Estado
return System.Boolean

TipoSangre public property

Tipo de sangre de la persona
public Sangre TipoSangre
return Sangre