C# Class EA.Iws.Domain.EmailAddress

Afficher le fichier Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Méthodes publiques

Méthode Description
EmailAddress ( string emailAddress ) : System
Equals ( EmailAddress other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
EmailAddress ( ) : System

Private Methods

Méthode Description
CreateRegex ( ) : Regex

Method Details

EmailAddress() protected méthode

protected EmailAddress ( ) : System
Résultat System

EmailAddress() public méthode

public EmailAddress ( string emailAddress ) : System
emailAddress string
Résultat System

Equals() public méthode

public Equals ( EmailAddress other ) : bool
other EmailAddress
Résultat bool

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool