C# Class DominioSKD.Telefono

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

Méthodes publiques

Méthode Description
Telefono ( ) : System
Telefono ( int id ) : System

Constructor Vacio

ToString ( ) : string

Sobre escritura del metodo ToString

Private Methods

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

public Telefono ( ) : System
Résultat System

Telefono() public méthode

Constructor Vacio
public Telefono ( int id ) : System
id int Identificador en DB
Résultat System

ToString() public méthode

Sobre escritura del metodo ToString
public ToString ( ) : string
Résultat string