Class ExchangeEntry
Represents an exchange between two currencies.
Inheritance
System.Object
ExchangeEntry
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class ExchangeEntry : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
ExchangeEntry()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
CustomerCurrency
Declaration
public Currency CustomerCurrency { get; set; }
Property Value
OwnerCurrency
Declaration
public Currency OwnerCurrency { get; set; }
Property Value
Price
Declaration
public float Price { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
Description()
Declaration
public string Description()
Returns
Type |
Description |
System.String |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods