Class KingdomPoliciesVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class KingdomPoliciesVM : KingdomCategoryVM, IViewModel, INotifyPropertyChanged
- Inheritance
-
KingdomPoliciesVM
- Implements
- Inherited Members
Constructors
KingdomPoliciesVM(Action<KingdomDecision>)
public KingdomPoliciesVM(Action<KingdomDecision> forceDecide)
Parameters
forceDecide
Action<KingdomDecision>
Properties
ActivePolicies
[DataSourceProperty]
public MBBindingList<KingdomPolicyItemVM> ActivePolicies { get; set; }
Property Value
ActivePoliciesText
[DataSourceProperty]
public string ActivePoliciesText { get; set; }
Property Value
BackText
[DataSourceProperty]
public string BackText { get; set; }
Property Value
CanProposeOrDisavowPolicy
[DataSourceProperty]
public bool CanProposeOrDisavowPolicy { get; set; }
Property Value
CurrentActionText
[DataSourceProperty]
public string CurrentActionText { get; set; }
Property Value
CurrentActiveModeText
[DataSourceProperty]
public string CurrentActiveModeText { get; set; }
Property Value
CurrentSelectedPolicy
[DataSourceProperty]
public KingdomPolicyItemVM CurrentSelectedPolicy { get; set; }
Property Value
DisavowPolicyText
[DataSourceProperty]
public string DisavowPolicyText { get; set; }
Property Value
DoneHint
[DataSourceProperty]
public HintViewModel DoneHint { get; set; }
Property Value
IsInProposeMode
[DataSourceProperty]
public bool IsInProposeMode { get; set; }
Property Value
LikelihoodHint
[DataSourceProperty]
public HintViewModel LikelihoodHint { get; set; }
Property Value
NumOfActivePoliciesText
[DataSourceProperty]
public string NumOfActivePoliciesText { get; set; }
Property Value
NumOfOtherPoliciesText
[DataSourceProperty]
public string NumOfOtherPoliciesText { get; set; }
Property Value
OtherPolicies
[DataSourceProperty]
public MBBindingList<KingdomPolicyItemVM> OtherPolicies { get; set; }
Property Value
OtherPoliciesText
[DataSourceProperty]
public string OtherPoliciesText { get; set; }
Property Value
PoliciesText
[DataSourceProperty]
public string PoliciesText { get; set; }
Property Value
PolicyLikelihood
[DataSourceProperty]
public int PolicyLikelihood { get; set; }
Property Value
PolicyLikelihoodText
[DataSourceProperty]
public string PolicyLikelihoodText { get; set; }
Property Value
ProposalAndDisavowalCost
[DataSourceProperty]
public int ProposalAndDisavowalCost { get; set; }
Property Value
ProposeActionExplanationText
[DataSourceProperty]
public string ProposeActionExplanationText { get; set; }
Property Value
ProposeNewPolicyText
[DataSourceProperty]
public string ProposeNewPolicyText { get; set; }
Property Value
ProposeOrDisavowText
[DataSourceProperty]
public string ProposeOrDisavowText { get; set; }
Property Value
Methods
RefreshPolicyList()
public void RefreshPolicyList()
RefreshValues()
public override void RefreshValues()
SelectPolicy(PolicyObject)
public void SelectPolicy(PolicyObject policy)
Parameters
policy
PolicyObject
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).