Class EncyclopediaContentPageVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class EncyclopediaContentPageVM : EncyclopediaPageVM, IViewModel, INotifyPropertyChanged
- Inheritance
-
EncyclopediaContentPageVM
- Implements
- Derived
- Inherited Members
Constructors
EncyclopediaContentPageVM(EncyclopediaPageArgs)
public EncyclopediaContentPageVM(EncyclopediaPageArgs args)
Parameters
argsEncyclopediaPageArgs
Properties
IsNextButtonEnabled
[DataSourceProperty]
public bool IsNextButtonEnabled { get; set; }
Property Value
IsPreviousButtonEnabled
[DataSourceProperty]
public bool IsPreviousButtonEnabled { get; set; }
Property Value
NextButtonHint
[DataSourceProperty]
public HintViewModel NextButtonHint { get; set; }
Property Value
NextButtonLabel
[DataSourceProperty]
public string NextButtonLabel { get; set; }
Property Value
PreviousButtonHint
[DataSourceProperty]
public HintViewModel PreviousButtonHint { get; set; }
Property Value
PreviousButtonLabel
[DataSourceProperty]
public string PreviousButtonLabel { get; set; }
Property Value
Methods
ExecuteGoToNextItem()
public void ExecuteGoToNextItem()
ExecuteGoToPreviousItem()
public void ExecuteGoToPreviousItem()
InitializeQuickNavigation(EncyclopediaListVM)
public void InitializeQuickNavigation(EncyclopediaListVM list)
Parameters
listEncyclopediaListVM
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).