M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM Class Reference

Inherits TaleWorlds.Core.ViewModelCollection.Generic.StringItemWithActionVM.

Public Member Functions

 EducationOptionVM (Action< object > onExecute, string optionId, TextObject optionText, TextObject optionDescription, TextObject optionEffect, bool isSelected,(CharacterAttribute, int)[] optionAttributes,(SkillObject, int)[] optionSkills,(SkillObject, int)[] optionFocusPoints, EducationCampaignBehavior.EducationCharacterProperties[] characterProperties)
 
override void RefreshValues ()
 Used for updating localized texts.
 
- Public Member Functions inherited from TaleWorlds.Core.ViewModelCollection.Generic.StringItemWithActionVM
 StringItemWithActionVM (Action< object > onExecute, string item, object identifier)
 
void ExecuteAction ()
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 

Public Attributes

 CharacterAttribute
 
 SkillObject
 
- Public Attributes inherited from TaleWorlds.Core.ViewModelCollection.Generic.StringItemWithActionVM
object Identifier
 

Properties

string OptionEffect [get]
 
string OptionDescription [get]
 
EducationCampaignBehavior.EducationCharacterProperties[] CharacterProperties [get]
 
string ActionID [get]
 
int[] OptionAttributes [get]
 
int[] OptionSkills [get]
 
int[] OptionFocusPoints [get]
 
bool IsSelected [get, set]
 
- Properties inherited from TaleWorlds.Core.ViewModelCollection.Generic.StringItemWithActionVM
string ActionText [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Protected Attributes inherited from TaleWorlds.Core.ViewModelCollection.Generic.StringItemWithActionVM
Action< object > _onExecute
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Constructor & Destructor Documentation

◆ EducationOptionVM()

TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.EducationOptionVM ( Action< object >  onExecute,
string  optionId,
TextObject  optionText,
TextObject  optionDescription,
TextObject  optionEffect,
bool  isSelected,
(CharacterAttribute, int)[]  optionAttributes,
(SkillObject, int)[]  optionSkills,
(SkillObject, int)[]  optionFocusPoints,
EducationCampaignBehavior::EducationCharacterProperties[]  characterProperties 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

Member Data Documentation

◆ CharacterAttribute

TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.CharacterAttribute

◆ SkillObject

TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.SkillObject

Property Documentation

◆ OptionEffect

string TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.OptionEffect
get

◆ OptionDescription

string TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.OptionDescription
get

◆ CharacterProperties

EducationCampaignBehavior.EducationCharacterProperties [] TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.CharacterProperties
get

◆ ActionID

string TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.ActionID
get

◆ OptionAttributes

int [] TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.OptionAttributes
get

◆ OptionSkills

int [] TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.OptionSkills
get

◆ OptionFocusPoints

int [] TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.OptionFocusPoints
get

◆ IsSelected

bool TaleWorlds.CampaignSystem.ViewModelCollection.Education.EducationOptionVM.IsSelected
getset