Class CraftingList
Inheritance
System.Object
CraftingList
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class CraftingList : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
CraftingList()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Id
Declaration
public string Id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RecipeTypeIds
Declaration
public ThreadSafeList<int> RecipeTypeIds { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods