C# Class Tests.ValueObjects.IdentityNumber

Afficher le fichier Open project: AdrianFreemantle/DDD Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( IdentityNumber other ) : bool
Equals ( object obj ) : bool
GetDateOfBirth ( ) : DateOfBirth
GetHashCode ( ) : int
IdentityNumber ( string number ) : System
operator ( ) : bool

Method Details

Equals() public méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDateOfBirth() public méthode

public GetDateOfBirth ( ) : DateOfBirth
Résultat DateOfBirth

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IdentityNumber() public méthode

public IdentityNumber ( string number ) : System
number string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool