Table of Contents

Class InitialMenuVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class InitialMenuVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
InitialMenuVM
Implements
Inherited Members

Constructors

InitialMenuVM(InitialState)

public InitialMenuVM(InitialState initialState)

Parameters

initialState InitialState

Properties

DownloadingText

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

Property Value

string

GameVersionText

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

Property Value

string

IsDownloadingContent

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

Property Value

bool

IsProfileSelectionEnabled

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

Property Value

bool

MenuOptions

[DataSourceProperty]
public MBBindingList<InitialMenuOptionVM> MenuOptions { get; set; }

Property Value

MBBindingList<InitialMenuOptionVM>

ProfileName

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

Property Value

string

SelectProfileText

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

Property Value

string

Methods

OnFinalize()

public override void OnFinalize()

RefreshMenuOptions()

public void RefreshMenuOptions()

RefreshValues()

public override void RefreshValues()

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