Class LauncherModsVM
- Namespace
- TaleWorlds.MountAndBlade.Launcher.Library
- Assembly
- TaleWorlds.MountAndBlade.Launcher.Library.dll
public class LauncherModsVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
LauncherModsVM
- Implements
- Inherited Members
Constructors
LauncherModsVM(UserDataManager)
public LauncherModsVM(UserDataManager userDataManager)
Parameters
userDataManager
UserDataManager
Properties
IsDisabled
[DataSourceProperty]
public bool IsDisabled { get; set; }
Property Value
ModuleListCode
public string ModuleListCode { get; }
Property Value
Modules
[DataSourceProperty]
public MBBindingList<LauncherModuleVM> Modules { get; set; }
Property Value
NameCategoryText
[DataSourceProperty]
public string NameCategoryText { get; set; }
Property Value
VersionCategoryText
[DataSourceProperty]
public string VersionCategoryText { get; set; }
Property Value
Methods
Refresh(bool, bool)
public void Refresh(bool isDisabled, bool isMultiplayer)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).