Class ClanPartiesSortControllerVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ClanPartiesSortControllerVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
ClanPartiesSortControllerVM
- Implements
- Inherited Members
Constructors
ClanPartiesSortControllerVM(MBBindingList<MBBindingList<ClanPartyItemVM>>)
public ClanPartiesSortControllerVM(MBBindingList<MBBindingList<ClanPartyItemVM>> listsToControl)
Parameters
listsToControl
MBBindingList<MBBindingList<ClanPartyItemVM>>
Properties
IsLocationSelected
[DataSourceProperty]
public bool IsLocationSelected { get; set; }
Property Value
IsNameSelected
[DataSourceProperty]
public bool IsNameSelected { get; set; }
Property Value
IsSizeSelected
[DataSourceProperty]
public bool IsSizeSelected { get; set; }
Property Value
LocationState
[DataSourceProperty]
public int LocationState { get; set; }
Property Value
LocationText
[DataSourceProperty]
public string LocationText { get; set; }
Property Value
NameState
[DataSourceProperty]
public int NameState { get; set; }
Property Value
NameText
[DataSourceProperty]
public string NameText { get; set; }
Property Value
SizeState
[DataSourceProperty]
public int SizeState { get; set; }
Property Value
SizeText
[DataSourceProperty]
public string SizeText { get; set; }
Property Value
Methods
ExecuteSortByLocation()
public void ExecuteSortByLocation()
ExecuteSortByName()
public void ExecuteSortByName()
ExecuteSortBySize()
public void ExecuteSortBySize()
RefreshValues()
public override void RefreshValues()
ResetAllStates()
public void ResetAllStates()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).