Inherits TaleWorlds.Library.ViewModel.
|
| MPLobbyBannerlordIDChangePopup () |
|
override void | RefreshValues () |
| Used for updating localized texts.
|
|
void | ExecuteOpenPopup () |
|
void | ExecuteClosePopup () |
|
async void | ExecuteApply () |
|
override void | OnFinalize () |
|
void | SetCancelInputKey (HotKey hotKey) |
|
void | SetDoneInputKey (HotKey hotKey) |
|
void | OnPropertyChanged ([CallerMemberName]string propertyName=null) |
| Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
|
|
void | OnPropertyChangedWithValue (object value, [CallerMemberName]string propertyName=null) |
| Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
|
|
object | GetViewModelAtPath (BindingPath path, bool isList) |
|
object | GetViewModelAtPath (BindingPath path) |
|
object | GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder) |
|
object | GetPropertyValue (string name) |
|
Type | GetPropertyType (string name) |
|
void | SetPropertyValue (string name, object value) |
|
virtual void | OnFinalize () |
|
void | ExecuteCommand (string commandName, object[] parameters) |
|
virtual void | RefreshValues () |
| Used for updating localized texts.
|
|
object | GetViewModelAtPath (BindingPath path) |
|
object | GetViewModelAtPath (BindingPath path, bool isList) |
|
object | GetPropertyValue (string name) |
|
object | GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder) |
|
void | SetPropertyValue (string name, object value) |
|
void | ExecuteCommand (string commandName, object[] parameters) |
|
|
InputKeyItemVM | CancelInputKey [get, set] |
|
InputKeyItemVM | DoneInputKey [get, set] |
|
bool | IsSelected [get, set] |
|
string | BannerlordIDInputText [get, set] |
|
string | ChangeBannerlordIDText [get, set] |
|
string | TypeYourNameText [get, set] |
|
string | RequestSentText [get, set] |
|
bool | HasRequestSent [get, set] |
|
string | ErrorText [get, set] |
|
string | CancelText [get, set] |
|
string | DoneText [get, set] |
|
PropertyChangedEventHandler | PropertyChanged |
|
PropertyChangedWithValueEventHandler | PropertyChangedWithValue |
|
◆ MPLobbyBannerlordIDChangePopup()
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.MPLobbyBannerlordIDChangePopup |
( |
| ) |
|
◆ RefreshValues()
override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.RefreshValues |
( |
| ) |
|
|
virtual |
◆ ExecuteOpenPopup()
void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.ExecuteOpenPopup |
( |
| ) |
|
◆ ExecuteClosePopup()
void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.ExecuteClosePopup |
( |
| ) |
|
◆ ExecuteApply()
async void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.ExecuteApply |
( |
| ) |
|
◆ OnFinalize()
override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.OnFinalize |
( |
| ) |
|
|
virtual |
◆ SetCancelInputKey()
void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.SetCancelInputKey |
( |
HotKey |
hotKey | ) |
|
◆ SetDoneInputKey()
void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.SetDoneInputKey |
( |
HotKey |
hotKey | ) |
|
◆ CancelInputKey
InputKeyItemVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.CancelInputKey |
|
getset |
◆ DoneInputKey
InputKeyItemVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.DoneInputKey |
|
getset |
◆ IsSelected
bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.IsSelected |
|
getset |
◆ BannerlordIDInputText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.BannerlordIDInputText |
|
getset |
◆ ChangeBannerlordIDText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.ChangeBannerlordIDText |
|
getset |
◆ TypeYourNameText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.TypeYourNameText |
|
getset |
◆ RequestSentText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.RequestSentText |
|
getset |
◆ HasRequestSent
bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.HasRequestSent |
|
getset |
◆ ErrorText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.ErrorText |
|
getset |
◆ CancelText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.CancelText |
|
getset |
◆ DoneText
string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Profile.MPLobbyBannerlordIDChangePopup.DoneText |
|
getset |