Show / Hide Table of Contents

Class ExchangeEntry

Represents an exchange between two currencies.

Inheritance
System.Object
ExchangeEntry
Implements
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
public class ExchangeEntry : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged

Constructors

ExchangeEntry()

Declaration
public ExchangeEntry()

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

CustomerCurrency

Declaration
public Currency CustomerCurrency { get; set; }
Property Value
Type Description
Currency

OwnerCurrency

Declaration
public Currency OwnerCurrency { get; set; }
Property Value
Type Description
Currency

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

IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾