Table of Contents

Class AppSettingsViewModel

Namespace
Innova.Prism.Library.Views.Administration
Assembly
Innova.Prism.Library.dll
public class AppSettingsViewModel : BindableBase, INotifyPropertyChanged, INavigationAware, IRegionMemberLifetime
Inheritance
AppSettingsViewModel
Implements
INavigationAware
IRegionMemberLifetime

Constructors

AppSettingsViewModel(List<IApplicationSettingService>, IScopedMenuService)

Properties

AppSettingModels
KeepAlive

Gets a value indicating whether this instance should be kept-alive upon deactivation.

ScopedMenuService

Methods

IsNavigationTarget(NavigationContext)

Called to determine if this instance can handle the navigation request.

OnNavigatedFrom(NavigationContext)

Called when the implementer is being navigated away from.

OnNavigatedTo(NavigationContext)

Called when the implementer has been navigated to.