Class TownManagementDescriptionItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class TownManagementDescriptionItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
TownManagementDescriptionItemVM
- Implements
- Inherited Members
Constructors
TownManagementDescriptionItemVM(TextObject, int, int, DescriptionType, BasicTooltipViewModel)
public TownManagementDescriptionItemVM(TextObject title, int value, int valueChange, TownManagementDescriptionItemVM.DescriptionType type, BasicTooltipViewModel hint = null)
Parameters
title
TextObjectvalue
intvalueChange
inttype
TownManagementDescriptionItemVM.DescriptionTypehint
BasicTooltipViewModel
Properties
Hint
[DataSourceProperty]
public BasicTooltipViewModel Hint { get; set; }
Property Value
IsWarning
[DataSourceProperty]
public bool IsWarning { get; set; }
Property Value
Title
[DataSourceProperty]
public string Title { get; set; }
Property Value
Type
[DataSourceProperty]
public int Type { get; set; }
Property Value
Value
[DataSourceProperty]
public int Value { get; set; }
Property Value
ValueChange
[DataSourceProperty]
public int ValueChange { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).