Table of Contents

Class MPLobbyRankProgressInformationVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Profile
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyRankProgressInformationVM : ViewModel
Inheritance
MPLobbyRankProgressInformationVM

Constructors

MPLobbyRankProgressInformationVM(Func<string>)

public MPLobbyRankProgressInformationVM(Func<string> getExitText)

Parameters

getExitText Func<string>

Properties

AllRanks

public MBBindingList<StringPairItemVM> AllRanks { get; set; }

Property Value

MBBindingList<StringPairItemVM>

ClickToCloseText

public string ClickToCloseText { get; set; }

Property Value

string

CurrentRankID

public string CurrentRankID { get; set; }

Property Value

string

CurrentRankTitleText

public string CurrentRankTitleText { get; set; }

Property Value

string

CurrentRating

public int CurrentRating { get; set; }

Property Value

int

IsAtFinalRank

public bool IsAtFinalRank { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsEvaluating

public bool IsEvaluating { get; set; }

Property Value

bool

NextRankID

public string NextRankID { get; set; }

Property Value

string

NextRankRating

public int NextRankRating { get; set; }

Property Value

int

Player

public MPLobbyPlayerBaseVM Player { get; set; }

Property Value

MPLobbyPlayerBaseVM

PreviousRankID

public string PreviousRankID { get; set; }

Property Value

string

RatingRatio

public int RatingRatio { get; set; }

Property Value

int

RatingRemainingTitleText

public string RatingRemainingTitleText { get; set; }

Property Value

string

TitleText

public string TitleText { get; set; }

Property Value

string

Methods

ExecuteClosePopup()

public void ExecuteClosePopup()

OnFinalize()

public override void OnFinalize()

OpenWith(MPLobbyPlayerBaseVM)

public void OpenWith(MPLobbyPlayerBaseVM player)

Parameters

player MPLobbyPlayerBaseVM

RefreshValues()

public override void RefreshValues()

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