C# Class AnujBank.AccountId

Afficher le fichier Open project: vinodkumaar/AnujBank Class Usage Examples

Méthodes publiques

Méthode Description
AccountId ( int id ) : System.Text.RegularExpressions
Equals ( AccountId other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
Validate ( ) : void

Method Details

AccountId() public méthode

public AccountId ( int id ) : System.Text.RegularExpressions
id int
Résultat System.Text.RegularExpressions

Equals() public méthode

public Equals ( AccountId other ) : bool
other AccountId
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