C# Class InstaTax.Core.DomainObjects.EmailAddress

Afficher le fichier Open project: bagheera/tax Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IsValidId ( string value ) : bool

Method Details

EmailAddress() public méthode

public EmailAddress ( ) : System
Résultat System

EmailAddress() public méthode

public EmailAddress ( string value ) : System
value 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