C# Class TheAirline.Models.General.Loan

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
GetMonthsLeft int
HasPaymentLeft bool
Loan System

Méthodes publiques

Méthode Description
GetMonthlyPayment ( ) : double
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Loan ( System.DateTime date, double amount, int length, double rate ) : System

Private Methods

Méthode Description
GetMonthsLeft ( ) : int
HasPaymentLeft ( ) : bool
Loan ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetMonthlyPayment() public méthode

public GetMonthlyPayment ( ) : double
Résultat double

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

Loan() public méthode

public Loan ( System.DateTime date, double amount, int length, double rate ) : System
date System.DateTime
amount double
length int
rate double
Résultat System