Table of Contents

Class CraftingResourceItemVM

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

Constructors

CraftingResourceItemVM(CraftingMaterials, int, int)

public CraftingResourceItemVM(CraftingMaterials material, int amount, int changeAmount = 0)

Parameters

material CraftingMaterials
amount int
changeAmount int

Properties

ResourceAmount

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

Property Value

int

ResourceChangeAmount

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

Property Value

int

ResourceHint

[DataSourceProperty]
public HintViewModel ResourceHint { get; set; }

Property Value

HintViewModel

ResourceItem

public ItemObject ResourceItem { get; }

Property Value

ItemObject

ResourceItemStringId

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

Property Value

string

ResourceMaterial

public CraftingMaterials ResourceMaterial { get; }

Property Value

CraftingMaterials

ResourceMaterialTypeAsStr

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

Property Value

string

ResourceName

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

Property Value

string

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