Class RefinementActionItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class RefinementActionItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
RefinementActionItemVM
- Implements
- Inherited Members
Constructors
RefinementActionItemVM(RefiningFormula, Action<RefinementActionItemVM>)
public RefinementActionItemVM(Crafting.RefiningFormula refineFormula, Action<RefinementActionItemVM> onSelect)
Parameters
refineFormula
Crafting.RefiningFormulaonSelect
Action<RefinementActionItemVM>
Properties
InputMaterials
[DataSourceProperty]
public MBBindingList<CraftingResourceItemVM> InputMaterials { get; set; }
Property Value
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
IsSelected
[DataSourceProperty]
public bool IsSelected { get; set; }
Property Value
OutputMaterials
[DataSourceProperty]
public MBBindingList<CraftingResourceItemVM> OutputMaterials { get; set; }
Property Value
RefineFormula
public Crafting.RefiningFormula RefineFormula { get; }
Property Value
Methods
ExecuteSelectAction()
public void ExecuteSelectAction()
RefreshDynamicProperties()
public void RefreshDynamicProperties()
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).