Class CreditItemData
Inheritance
System.Object
CreditItemData
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class CreditItemData : Object, IController, IViewController, IHasUniversalID, IClearOnTrade, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions
Constructors
CreditItemData()
Declaration
Fields
SelectedBankAccountBalanceChangedEvent
Declaration
public readonly ThreadSafeAction SelectedBankAccountBalanceChangedEvent
Field Value
Properties
BankAccount
Declaration
public BankAccount BankAccount { get; set; }
Property Value
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
FeePerItem
Declaration
public float FeePerItem { get; }
Property Value
Type |
Description |
System.Single |
|
FeePerMinute
Declaration
public float FeePerMinute { get; }
Property Value
Type |
Description |
System.Single |
|
SelectedBankAccountRenamedEvent
Declaration
public static ThreadSafeAction<CreditItemData> SelectedBankAccountRenamedEvent { get; }
Property Value
Subscriptions
Declaration
public ref ThreadSafeSubscriptions Subscriptions { get; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods