C# Class DominioSKD.Telefono

Clase Telefono, una instancia representa un numero telefoónico en Venezueal
Inheritance: InformacionPersonal
Mostrar archivo Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
Telefono ( ) : System
Telefono ( int id ) : System

Constructor Vacio

ToString ( ) : string

Sobre escritura del metodo ToString

Private Methods

Method Description
CheckDigits ( String value ) : void

Chequea que el string solo contenga digitos;

CheckLength ( String value, int length ) : void

Cheqea el largo del string

Method Details

Telefono() public method

public Telefono ( ) : System
return System

Telefono() public method

Constructor Vacio
public Telefono ( int id ) : System
id int Identificador en DB
return System

ToString() public method

Sobre escritura del metodo ToString
public ToString ( ) : string
return string