Class OrderSubjectVM
- Namespace
- TaleWorlds.MountAndBlade.ViewModelCollection.Order
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class OrderSubjectVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
OrderSubjectVM
- Implements
- Derived
- Inherited Members
Constructors
OrderSubjectVM()
public OrderSubjectVM()
Properties
BehaviorType
[DataSourceProperty]
public int BehaviorType { get; set; }
Property Value
IsSelectable
[DataSourceProperty]
public bool IsSelectable { get; set; }
Property Value
IsSelected
[DataSourceProperty]
public bool IsSelected { get; set; }
Property Value
IsSelectionActive
[DataSourceProperty]
public bool IsSelectionActive { get; set; }
Property Value
SelectionKey
[DataSourceProperty]
public InputKeyItemVM SelectionKey { get; set; }
Property Value
ShortcutText
[DataSourceProperty]
public string ShortcutText { get; set; }
Property Value
UnderAttackOfType
[DataSourceProperty]
public int UnderAttackOfType { get; set; }
Property Value
Methods
OnSelectionStateChanged(bool)
protected virtual void OnSelectionStateChanged(bool isSelected)
Parameters
isSelected
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).