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
closeQuery
Action
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
dt
float
SetData(InquiryData)
public void SetData(InquiryData data)
Parameters
data
InquiryData
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).