Interface IMvcViewModelBase
public interface IMvcViewModelBase
- Extension Methods
Properties
DoActionCommand
RelayCommand<string> DoActionCommand { get; }
Property Value
GoToActionCommand
RelayCommand<string> GoToActionCommand { get; }
Property Value
GoToLinkCommand
RelayCommand<ILinkAction> GoToLinkCommand { get; }
Property Value
LoadedCommand
RelayCommand LoadedCommand { get; }
Property Value
Navigation
ObservableCollection<ILinkAction> Navigation { get; set; }
Property Value
SelectLink
ILinkAction SelectLink { get; set; }