C# Класс NinjaCoder.MvvmCross.ViewModels.AddDependencyServices.DependencyServiceViewModel

Defines the DependencyServiceViewModel type.
Наследование: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
CanMoveToNextPage ( ) : bool

Determines whether this instance [can move to next page].

DependencyServiceViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, ICachingService cachingService, IDependencyServicesFactory dependencyServicesFactory ) : System.Collections.Generic

Initializes a new instance of the DependencyServiceViewModel class.

OnSave ( ) : void

Called when [save].

Приватные методы

Метод Описание
DisplayWebPage ( ) : void

Displays the web page.

Init ( ) : void

Called when [initialize].

Описание методов

CanMoveToNextPage() публичный Метод

Determines whether this instance [can move to next page].
public CanMoveToNextPage ( ) : bool
Результат bool

DependencyServiceViewModel() публичный Метод

Initializes a new instance of the DependencyServiceViewModel class.
public DependencyServiceViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, ICachingService cachingService, IDependencyServicesFactory dependencyServicesFactory ) : System.Collections.Generic
messageBoxService IMessageBoxService The message box service.
settingsService ISettingsService The settings service.
cachingService ICachingService The caching service.
dependencyServicesFactory IDependencyServicesFactory The dependency services factory.
Результат System.Collections.Generic

OnSave() публичный Метод

Called when [save].
public OnSave ( ) : void
Результат void