Show / Hide Table of Contents

Class DeedSaleListing

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

Constructors

DeedSaleListing(Deed, User, BankAccount, Currency, Single)

Declaration
public DeedSaleListing(Deed deed, User lister, BankAccount account, Currency currency, float price)
Parameters
Type Name Description
Deed deed
User lister
BankAccount account
Currency currency
System.Single price

Properties

Account

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

ControllerID

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

Currency

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

Deed

Declaration
public Deed Deed { get; }
Property Value
Type Description
Deed

IsValid

Declaration
public Result IsValid { get; }
Property Value
Type Description
Result

Lister

Declaration
public User Lister { get; }
Property Value
Type Description
User

Price

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

Methods

SetAccount(Player, BankAccount)

Declaration
public void SetAccount(Player seller, BankAccount account)
Parameters
Type Name Description
Player seller
BankAccount account

SetPrice(Player, Single)

Declaration
public void SetPrice(Player seller, float price)
Parameters
Type Name Description
Player seller
System.Single price

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