Class KingdomClanVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class KingdomClanVM : KingdomCategoryVM, IViewModel, INotifyPropertyChanged
- Inheritance
-
KingdomClanVM
- Implements
- Inherited Members
Constructors
KingdomClanVM(Action<KingdomDecision>)
public KingdomClanVM(Action<KingdomDecision> forceDecide)
Parameters
forceDecide
Action<KingdomDecision>
Properties
BannerText
[DataSourceProperty]
public string BannerText { get; set; }
Property Value
CanExpelCurrentClan
[DataSourceProperty]
public bool CanExpelCurrentClan { get; set; }
Property Value
CanSupportCurrentClan
[DataSourceProperty]
public bool CanSupportCurrentClan { get; set; }
Property Value
ClanSortController
[DataSourceProperty]
public KingdomClanSortControllerVM ClanSortController { get; set; }
Property Value
Clans
[DataSourceProperty]
public MBBindingList<KingdomClanItemVM> Clans { get; set; }
Property Value
CurrentSelectedClan
[DataSourceProperty]
public KingdomClanItemVM CurrentSelectedClan { get; set; }
Property Value
ExpelActionExplanationText
[DataSourceProperty]
public string ExpelActionExplanationText { get; set; }
Property Value
ExpelActionText
[DataSourceProperty]
public string ExpelActionText { get; set; }
Property Value
ExpelCost
[DataSourceProperty]
public int ExpelCost { get; set; }
Property Value
ExpelHint
[DataSourceProperty]
public HintViewModel ExpelHint { get; set; }
Property Value
FiefsText
[DataSourceProperty]
public string FiefsText { get; set; }
Property Value
InfluenceText
[DataSourceProperty]
public string InfluenceText { get; set; }
Property Value
MembersText
[DataSourceProperty]
public string MembersText { get; set; }
Property Value
NameText
[DataSourceProperty]
public string NameText { get; set; }
Property Value
SupportActionExplanationText
[DataSourceProperty]
public string SupportActionExplanationText { get; set; }
Property Value
SupportCost
[DataSourceProperty]
public int SupportCost { get; set; }
Property Value
SupportHint
[DataSourceProperty]
public HintViewModel SupportHint { get; set; }
Property Value
SupportText
[DataSourceProperty]
public string SupportText { get; set; }
Property Value
TypeText
[DataSourceProperty]
public string TypeText { get; set; }
Property Value
Methods
OnFinalize()
public override void OnFinalize()
RefreshClan()
public void RefreshClan()
RefreshValues()
public override void RefreshValues()
SelectClan(Clan)
public void SelectClan(Clan clan)
Parameters
clan
Clan
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).