Class TransferToAccount_LegalAction
Inheritance
System.Object
TransferToAccount_LegalAction
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class TransferToAccount_LegalAction : MoneyTransferBase_LegalAction, INotifyPropertyChanged, IExecutiveAction, IController, IViewController, IHasUniversalID, IDescribable, ICustomValidity, IValidity
Constructors
TransferToAccount_LegalAction()
Declaration
public TransferToAccount_LegalAction()
Properties
SourceAccount
Declaration
public GameValue<BankAccount> SourceAccount { get; set; }
Property Value
TargetAccount
Declaration
public GameValue<BankAccount> TargetAccount { get; set; }
Property Value
Methods
Description()
Declaration
public override LocString Description()
Returns
Overrides
DoTransfer(LocString, IContextObject, Settlement, Single, Currency, Boolean, AccountChangeSet)
Declaration
protected override PostResult DoTransfer(LocString description, IContextObject context, Settlement jurisdictionSettlement, float amount, Currency currency, bool preventIfUnableToPay, AccountChangeSet acc)
Parameters
Returns
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods