Class HoldingEntry
Inheritance
System.Object
HoldingEntry
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class HoldingEntry : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
HoldingEntry()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
Max
Declaration
public float Max { get; set; }
Property Value
Type |
Description |
System.Single |
|
Min
Declaration
public float Min { get; set; }
Property Value
Type |
Description |
System.Single |
|
Range
Declaration
public Range Range { get; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods