C# Class gov.va.medora.mdo.EmailAddress

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
EmailAddress ( ) : System
EmailAddress ( string emailAddress ) : System
EmailAddress ( string username, string hostname ) : System
Equals ( object obj ) : bool

Check whether two email addresses are equal

GetHashCode ( ) : int

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of an EmailAddress object

ToString ( ) : string

Returns the email address string

isValid ( string emailAddress ) : bool

Private Methods

Méthode Description
split ( string emailAddress ) : void

Method Details

EmailAddress() public méthode

public EmailAddress ( ) : System
Résultat System

EmailAddress() public méthode

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

EmailAddress() public méthode

public EmailAddress ( string username, string hostname ) : System
username string
hostname string
Résultat System

Equals() public méthode

Check whether two email addresses are equal
public Equals ( object obj ) : bool
obj object EmailAddress
Résultat bool

GetHashCode() public méthode

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of an EmailAddress object
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns the email address string
public ToString ( ) : string
Résultat string

isValid() public static méthode

public static isValid ( string emailAddress ) : bool
emailAddress string
Résultat bool