Table of Contents

Class TournamentLeaderboardVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TournamentLeaderboard
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class TournamentLeaderboardVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
TournamentLeaderboardVM
Implements
Inherited Members

Constructors

TournamentLeaderboardVM()

public TournamentLeaderboardVM()

Properties

DoneInputKey

[DataSourceProperty]
public InputKeyItemVM DoneInputKey { get; set; }

Property Value

InputKeyItemVM

DoneText

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

Property Value

string

Entries

[DataSourceProperty]
public MBBindingList<TournamentLeaderboardEntryItemVM> Entries { get; set; }

Property Value

MBBindingList<TournamentLeaderboardEntryItemVM>

HeroText

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

Property Value

string

IsEnabled

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

Property Value

bool

RankText

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

Property Value

string

SortController

[DataSourceProperty]
public TournamentLeaderboardSortControllerVM SortController { get; set; }

Property Value

TournamentLeaderboardSortControllerVM

TitleText

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

Property Value

string

VictoriesText

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

Property Value

string

Methods

ExecuteDone()

public void ExecuteDone()

OnFinalize()

public override void OnFinalize()

RefreshValues()

public override void RefreshValues()

SetDoneInputKey(HotKey)

public void SetDoneInputKey(HotKey hotKey)

Parameters

hotKey HotKey

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).