C# 클래스 NinjaCoder.MvvmCross.ViewModels.AddEffects.EffectViewModel

Defines the EffectViewModel type.
상속: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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