Table of Contents

Class ClanCardSelectionPopupVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ClanCardSelectionPopupVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
ClanCardSelectionPopupVM
Implements
Inherited Members

Constructors

ClanCardSelectionPopupVM()

public ClanCardSelectionPopupVM()

Properties

ActionResult

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

Property Value

string

DoneInputKey

[DataSourceProperty]
public InputKeyItemVM DoneInputKey { get; set; }

Property Value

InputKeyItemVM

DoneLbl

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

Property Value

string

IsVisible

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

Property Value

bool

Items

[DataSourceProperty]
public MBBindingList<ClanCardSelectionPopupItemVM> Items { get; set; }

Property Value

MBBindingList<ClanCardSelectionPopupItemVM>

Title

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

Property Value

string

Methods

ExecuteCancel()

public void ExecuteCancel()

ExecuteDone()

public void ExecuteDone()

OnFinalize()

public override void OnFinalize()

Open(ClanCardSelectionInfo)

public void Open(ClanCardSelectionInfo info)

Parameters

info ClanCardSelectionInfo

RefreshValues()

public override void RefreshValues()

SetDoneInputKey(HotKey)

public void SetDoneInputKey(HotKey hotKey)

Parameters

hotKey HotKey

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