Class SingleQueryPopUpVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class SingleQueryPopUpVM : PopUpBaseVM, IViewModel, INotifyPropertyChanged
- Inheritance
-
SingleQueryPopUpVM
- Implements
- Inherited Members
Constructors
SingleQueryPopUpVM(Action)
public SingleQueryPopUpVM(Action closeQuery)
Parameters
closeQueryAction
Properties
IsTimerShown
[DataSourceProperty]
public bool IsTimerShown { get; set; }
Property Value
RemainingQueryTime
[DataSourceProperty]
public float RemainingQueryTime { get; set; }
Property Value
TotalQueryTime
[DataSourceProperty]
public float TotalQueryTime { get; set; }
Property Value
Methods
ExecuteAffirmativeAction()
public override void ExecuteAffirmativeAction()
ExecuteNegativeAction()
public override void ExecuteNegativeAction()
OnClearData()
public override void OnClearData()
OnTick(float)
public override void OnTick(float dt)
Parameters
dtfloat
SetData(InquiryData)
public void SetData(InquiryData data)
Parameters
dataInquiryData
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).