C# Class Gaddzeit.Kata.Domain.Address

Afficher le fichier Open project: dgadd/TDD-Kata-for-DDD Class Usage Examples

Méthodes publiques

Méthode Description
Address ( string street, string city, string province ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
Address ( ) : System
PerformConstructorNullChecks ( string street, string city, string province ) : void

Method Details

Address() public méthode

public Address ( string street, string city, string province ) : System
street string
city string
province 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