C# Class BankSystem.MortgageAccount

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

Méthodes publiques

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

Method Details

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

MortgageAccount() public méthode

public MortgageAccount ( ) : System
Résultat System

MortgageAccount() public méthode

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

WithdrawMoney() public méthode

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