Class ClanIncomeSortControllerVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ClanIncomeSortControllerVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
ClanIncomeSortControllerVM
- Implements
- Inherited Members
Constructors
ClanIncomeSortControllerVM(MBBindingList<ClanFinanceWorkshopItemVM>, MBBindingList<ClanSupporterGroupVM>, MBBindingList<ClanFinanceAlleyItemVM>)
public ClanIncomeSortControllerVM(MBBindingList<ClanFinanceWorkshopItemVM> workshopList, MBBindingList<ClanSupporterGroupVM> supporterList, MBBindingList<ClanFinanceAlleyItemVM> alleyList)
Parameters
workshopList
MBBindingList<ClanFinanceWorkshopItemVM>supporterList
MBBindingList<ClanSupporterGroupVM>alleyList
MBBindingList<ClanFinanceAlleyItemVM>
Properties
IncomeState
[DataSourceProperty]
public int IncomeState { get; set; }
Property Value
IncomeText
[DataSourceProperty]
public string IncomeText { get; set; }
Property Value
IsIncomeSelected
[DataSourceProperty]
public bool IsIncomeSelected { get; set; }
Property Value
IsLocationSelected
[DataSourceProperty]
public bool IsLocationSelected { get; set; }
Property Value
IsNameSelected
[DataSourceProperty]
public bool IsNameSelected { 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
Methods
ExecuteSortByIncome()
public void ExecuteSortByIncome()
ExecuteSortByLocation()
public void ExecuteSortByLocation()
ExecuteSortByName()
public void ExecuteSortByName()
RefreshValues()
public override void RefreshValues()
ResetAllStates()
public void ResetAllStates()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).