Table of Contents

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 string
value string
isWarning bool
hint BasicTooltipViewModel

Properties

ColonText

[DataSourceProperty]
public string ColonText { get; set; }

Property Value

string

Hint

[DataSourceProperty]
public BasicTooltipViewModel Hint { get; set; }

Property Value

BasicTooltipViewModel

IsWarning

[DataSourceProperty]
public bool IsWarning { get; set; }

Property Value

bool

Name

[DataSourceProperty]
public string Name { get; set; }

Property Value

string

Type

[DataSourceProperty]
public int Type { get; set; }

Property Value

int

Value

[DataSourceProperty]
public string Value { get; set; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).