Class CraftingHeroPopupVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class CraftingHeroPopupVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
CraftingHeroPopupVM
- Implements
- Inherited Members
Constructors
CraftingHeroPopupVM(Func<MBBindingList<CraftingAvailableHeroItemVM>>)
public CraftingHeroPopupVM(Func<MBBindingList<CraftingAvailableHeroItemVM>> getCraftingHeroes)
Parameters
getCraftingHeroes
Func<MBBindingList<CraftingAvailableHeroItemVM>>
Properties
CraftingHeroes
[DataSourceProperty]
public MBBindingList<CraftingAvailableHeroItemVM> CraftingHeroes { get; }
Property Value
IsVisible
[DataSourceProperty]
public bool IsVisible { get; set; }
Property Value
SelectHeroText
[DataSourceProperty]
public string SelectHeroText { get; set; }
Property Value
Methods
ExecuteClosePopup()
public void ExecuteClosePopup()
ExecuteOpenPopup()
public void ExecuteOpenPopup()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).