Class SelectableItemPropertyVM
- Namespace
- TaleWorlds.CampaignSystem.ViewModelCollection
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class SelectableItemPropertyVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
SelectableItemPropertyVM
- Implements
- Derived
- Inherited Members
Constructors
SelectableItemPropertyVM(string, string, bool, BasicTooltipViewModel)
public SelectableItemPropertyVM(string name, string value, bool isWarning = false, BasicTooltipViewModel hint = null)
Parameters
name
stringvalue
stringisWarning
boolhint
BasicTooltipViewModel
Properties
ColonText
[DataSourceProperty]
public string ColonText { get; set; }
Property Value
Hint
[DataSourceProperty]
public BasicTooltipViewModel Hint { get; set; }
Property Value
IsWarning
[DataSourceProperty]
public bool IsWarning { get; set; }
Property Value
Name
[DataSourceProperty]
public string Name { get; set; }
Property Value
Type
[DataSourceProperty]
public int Type { get; set; }
Property Value
Value
[DataSourceProperty]
public string Value { 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).