Show / Hide Table of Contents

Class DeedSalesItemData

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

Constructors

DeedSalesItemData()

Declaration
public DeedSalesItemData()

Properties

ControllerID

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

Listings

Declaration
public ControllerList<DeedSaleListing> Listings { get; set; }
Property Value
Type Description
ControllerList<DeedSaleListing>

ListingsChangedEvent

Declaration
public static ThreadSafeAction<DeedSalesItemData> ListingsChangedEvent { get; }
Property Value
Type Description
ThreadSafeAction<DeedSalesItemData>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Methods

Destroy()

Declaration
public void Destroy()

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)
EconomyTooltipLibrary.DeedSellingTooltipTitle(DeedSalesItemData)
EconomyTooltipLibrary.DeedSellingTooltip(DeedSalesItemData, TooltipOrigin)
MiscTooltipLibrary.DeedSalesTooltipTitle(DeedSalesItemData)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾