Class FinanceAction
Inheritance
System.Object
FinanceAction
Assembly: Eco.Gameplay.dll
Syntax
public abstract class FinanceAction : WorkableAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, ISyncedAction, ICurrencyGameAction, IController, IViewController, IHasUniversalID
Constructors
FinanceAction()
Declaration
protected FinanceAction()
Properties
Borrower
Declaration
public User Borrower { get; set; }
Property Value
InterestRate
Declaration
public float InterestRate { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
InterestValue
Declaration
public float InterestValue { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Lender
Declaration
public User Lender { get; set; }
Property Value
LoanOrBond
Declaration
public LoanOrBond LoanOrBond { get; set; }
Property Value
PaybackAmount
Declaration
public float PaybackAmount { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Term
Declaration
public float Term { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Implements
Extension Methods