Table of Contents

Class ClanPartiesSortControllerVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories
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

bool

IsNameSelected

[DataSourceProperty]
public bool IsNameSelected { get; set; }

Property Value

bool

IsSizeSelected

[DataSourceProperty]
public bool IsSizeSelected { get; set; }

Property Value

bool

LocationState

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

Property Value

int

LocationText

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

Property Value

string

NameState

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

Property Value

int

NameText

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

Property Value

string

SizeState

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

Property Value

int

SizeText

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

Property Value

string

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).