C# Class Sample.Domain.Model.Email

Afficher le fichier Open project: kkrac/ProSpec

Méthodes publiques

Méthode Description
Email ( string address ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Email() public méthode

public Email ( string address ) : System
address string
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string