C# Class EA.Iws.Domain.EmailAddress

Show file Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

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

Protected Methods

Method Description
EmailAddress ( ) : System

Private Methods

Method Description
CreateRegex ( ) : Regex

Method Details

EmailAddress() protected method

protected EmailAddress ( ) : System
return System

EmailAddress() public method

public EmailAddress ( string emailAddress ) : System
emailAddress string
return System

Equals() public method

public Equals ( EmailAddress other ) : bool
other EmailAddress
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool