C# 클래스 NinjaCoder.MvvmCross.ViewModels.AddDependencyServices.DependencyServiceViewModel

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

공개 메소드들

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