C# Class Domain.Client.ValueObjects.IdentityNumber

ファイルを表示 Open project: AdrianFreemantle/DDD Class Usage Examples

Public Methods

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

Method Details

Equals() public method

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

Equals() public method

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

GetDateOfBirth() public method

public GetDateOfBirth ( ) : DateOfBirth
return DateOfBirth

GetHashCode() public method

public GetHashCode ( ) : int
return int

IdentityNumber() public method

public IdentityNumber ( string number ) : System
number string
return System

operator() public static method

public static operator ( ) : bool
return bool