Table of Contents

Class EncyclopediaContentPageVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages
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

args EncyclopediaPageArgs

Properties

IsNextButtonEnabled

[DataSourceProperty]
public bool IsNextButtonEnabled { get; set; }

Property Value

bool

IsPreviousButtonEnabled

[DataSourceProperty]
public bool IsPreviousButtonEnabled { get; set; }

Property Value

bool

NextButtonHint

[DataSourceProperty]
public HintViewModel NextButtonHint { get; set; }

Property Value

HintViewModel

NextButtonLabel

[DataSourceProperty]
public string NextButtonLabel { get; set; }

Property Value

string

PreviousButtonHint

[DataSourceProperty]
public HintViewModel PreviousButtonHint { get; set; }

Property Value

HintViewModel

PreviousButtonLabel

[DataSourceProperty]
public string PreviousButtonLabel { get; set; }

Property Value

string

Methods

ExecuteGoToNextItem()

public void ExecuteGoToNextItem()

ExecuteGoToPreviousItem()

public void ExecuteGoToPreviousItem()

InitializeQuickNavigation(EncyclopediaListVM)

public void InitializeQuickNavigation(EncyclopediaListVM list)

Parameters

list EncyclopediaListVM

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).