C# Класс NinjaCoder.MvvmCross.ViewModels.AddEffects.EffectViewModel

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

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

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

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

EffectViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, ICachingService cachingService, IEffectFactory effectFactory ) : System.Collections.Generic

Initializes a new instance of the EffectViewModel class.

OnSave ( ) : void

Called when [save].

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

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

Called when [initialize].

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

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

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

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

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

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

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