C# Class BankSystem.DepositAccount

Inheritance: Account, IAccount, IDepositable, IWithdrawable
Afficher le fichier Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Méthodes publiques

Méthode Description
DepositAccount ( ) : System
DepositAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System
DepositMoney ( decimal money ) : void
InterestAmount ( int months ) : decimal
WithdrawMoney ( decimal money ) : void

Method Details

DepositAccount() public méthode

public DepositAccount ( ) : System
Résultat System

DepositAccount() public méthode

public DepositAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System
customer CustromerType
balance decimal
interestRate decimal
Résultat System

DepositMoney() public méthode

public DepositMoney ( decimal money ) : void
money decimal
Résultat void

InterestAmount() public méthode

public InterestAmount ( int months ) : decimal
months int
Résultat decimal

WithdrawMoney() public méthode

public WithdrawMoney ( decimal money ) : void
money decimal
Résultat void