Class ForSaleData
Inheritance
System.Object
ForSaleData
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public sealed class ForSaleData : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IClearOnTrade
Constructors
ForSaleData()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
ForSale
Declaration
public bool ForSale { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasDurability
Declaration
public bool HasDurability { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasIntegrity
Declaration
public bool HasIntegrity { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MinDurability
Declaration
public float MinDurability { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
MinIntegrity
Declaration
public float MinIntegrity { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Note
Declaration
public string Note { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Price
Declaration
public float Price { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
RestockFromStorage
Declaration
public bool RestockFromStorage { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SellersAccount
Declaration
public BankAccount SellersAccount { get; set; }
Property Value
Methods
CopyFrom(ForSaleData)
Declaration
public void CopyFrom(ForSaleData other)
Parameters
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods