Table of Contents

Interface IMvcViewModelBase

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll
public interface IMvcViewModelBase
Extension Methods

Properties

DoActionCommand

RelayCommand<string> DoActionCommand { get; }

Property Value

RelayCommand<string>

GoToActionCommand

RelayCommand<string> GoToActionCommand { get; }

Property Value

RelayCommand<string>

GoToLinkCommand

RelayCommand<ILinkAction> GoToLinkCommand { get; }

Property Value

RelayCommand<ILinkAction>

LoadedCommand

RelayCommand LoadedCommand { get; }

Property Value

RelayCommand

Navigation

ObservableCollection<ILinkAction> Navigation { get; set; }

Property Value

ObservableCollection<ILinkAction>
ILinkAction SelectLink { get; set; }

Property Value

ILinkAction