Class AccountLedger
Inheritance
System.Object
AccountLedger
Assembly: Eco.Gameplay.dll
Syntax
public class AccountLedger : Object
Constructors
AccountLedger()
Declaration
Properties
Account
Declaration
public BankAccount Account { get; }
Property Value
Transactions
Declaration
public ThreadSafeLimitedHistory<Transaction> Transactions { get; }
Property Value
Methods
AddOneWayTransaction(BankAccount, BankAccount, Currency, Single, String)
Declaration
public static void AddOneWayTransaction(BankAccount from, BankAccount to, Currency cur, float amount, string desc)
Parameters
RenderToText()
Declaration
public string RenderToText()
Returns
Type |
Description |
System.String |
|
SetAccount(BankAccount)
Declaration
public void SetAccount(BankAccount account)
Parameters
Extension Methods