Show / Hide Table of Contents

Class ForSaleData

Inheritance
System.Object
ForSaleData
Implements
IClearOnTrade
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
public sealed class ForSaleData : Object, IClearOnTrade

Constructors

ForSaleData()

Declaration
public ForSaleData()

Properties

Currency

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

ForSale

Declaration
public bool ForSale { get; set; }
Property Value
Type Description
System.Boolean

Price

Declaration
public float Price { get; set; }
Property Value
Type Description
System.Single

SellersAccount

Declaration
public BankAccount SellersAccount { get; set; }
Property Value
Type Description
BankAccount

Implements

IClearOnTrade

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
☀
☾