Class CraftingListPropertyItem
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class CraftingListPropertyItem : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
CraftingListPropertyItem
- Implements
- Inherited Members
Constructors
CraftingListPropertyItem(TextObject, float, float, float, CraftingStatTypes, bool)
public CraftingListPropertyItem(TextObject description, float maxValue, float value, float targetValue, CraftingTemplate.CraftingStatTypes propertyType, bool isAlternativeUsageProperty = false)
Parameters
description
TextObjectmaxValue
floatvalue
floattargetValue
floatpropertyType
CraftingTemplate.CraftingStatTypesisAlternativeUsageProperty
bool
Fields
Description
public readonly TextObject Description
Field Value
Type
public readonly CraftingTemplate.CraftingStatTypes Type
Field Value
_isAlternativeUsageProperty
public bool _isAlternativeUsageProperty
Field Value
Properties
HasValidTarget
[DataSourceProperty]
public bool HasValidTarget { get; set; }
Property Value
HasValidValue
[DataSourceProperty]
public bool HasValidValue { get; set; }
Property Value
IsAlternativeUsageProperty
[DataSourceProperty]
public bool IsAlternativeUsageProperty { get; set; }
Property Value
IsExceedingBeneficial
[DataSourceProperty]
public bool IsExceedingBeneficial { get; set; }
Property Value
IsValidForUsage
[DataSourceProperty]
public bool IsValidForUsage { get; set; }
Property Value
PropertyLbl
[DataSourceProperty]
public string PropertyLbl { get; set; }
Property Value
PropertyMaxValue
[DataSourceProperty]
public float PropertyMaxValue { get; set; }
Property Value
PropertyValue
[DataSourceProperty]
public float PropertyValue { get; set; }
Property Value
PropertyValueText
[DataSourceProperty]
public string PropertyValueText { get; set; }
Property Value
SeparatorText
[DataSourceProperty]
public string SeparatorText { get; set; }
Property Value
TargetValue
[DataSourceProperty]
public float TargetValue { get; set; }
Property Value
TargetValueText
[DataSourceProperty]
public string TargetValueText { 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).