Table of Contents

Class SettlementGovernorSelectionVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class SettlementGovernorSelectionVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
SettlementGovernorSelectionVM
Implements
Inherited Members

Constructors

SettlementGovernorSelectionVM(Settlement, Action<Hero>)

public SettlementGovernorSelectionVM(Settlement settlement, Action<Hero> onDone)

Parameters

settlement Settlement
onDone Action<Hero>

Properties

AvailableGovernors

[DataSourceProperty]
public MBBindingList<SettlementGovernorSelectionItemVM> AvailableGovernors { get; set; }

Property Value

MBBindingList<SettlementGovernorSelectionItemVM>

CurrentGovernorIndex

[DataSourceProperty]
public int CurrentGovernorIndex { get; set; }

Property Value

int

Methods

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).