C# Class BankSystem.LoanAccount

Inheritance: Account, 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
LoanAccount ( ) : System
LoanAccount ( 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

LoanAccount() public méthode

public LoanAccount ( ) : System
Résultat System

LoanAccount() public méthode

public LoanAccount ( 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