C# Class AnujBank.Account

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Account ( AccountId id, ClientId clientId ) : System
Equals ( Account other ) : bool
Equals ( object obj ) : bool
GetAccountNumber ( ) : int
GetClientId ( ) : string
GetHashCode ( ) : int

Method Details

Account() public méthode

public Account ( AccountId id, ClientId clientId ) : System
id AccountId
clientId ClientId
Résultat System

Equals() public méthode

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

Equals() public méthode

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

GetAccountNumber() public méthode

public GetAccountNumber ( ) : int
Résultat int

GetClientId() public méthode

public GetClientId ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int