Table of Contents

Class ProfitItemPropertyVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ProfitItemPropertyVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
ProfitItemPropertyVM
Implements
Inherited Members

Constructors

ProfitItemPropertyVM(string, int, PropertyType, ImageIdentifierVM, BasicTooltipViewModel)

public ProfitItemPropertyVM(string name, int value, ProfitItemPropertyVM.PropertyType type = PropertyType.None, ImageIdentifierVM governorVisual = null, BasicTooltipViewModel hint = null)

Parameters

name string
value int
type ProfitItemPropertyVM.PropertyType
governorVisual ImageIdentifierVM
hint BasicTooltipViewModel

Properties

ColonText

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

Property Value

string

GovernorVisual

[DataSourceProperty]
public ImageIdentifierVM GovernorVisual { get; set; }

Property Value

ImageIdentifierVM

Hint

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

Property Value

BasicTooltipViewModel

Name

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

Property Value

string

ShowGovernorPortrait

[DataSourceProperty]
public bool ShowGovernorPortrait { get; }

Property Value

bool

Type

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

Property Value

int

Value

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

Property Value

int

ValueString

[DataSourceProperty]
public string ValueString { get; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

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