C# Class NinjaCoder.MvvmCross.ViewModels.AddCustomRenderers.CustomRendererViewModel

Defines the CustomRendererViewModel type.
Inheritance: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
CanMoveToNextPage ( ) : bool

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

CustomRendererViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, CustomRenderers>.ITranslator translator, ICachingService cachingService, ICustomRendererFactory customRendererFactory ) : System.Collections.Generic

Initializes a new instance of the CustomRendererViewModel class.

OnSave ( ) : void

Called when [save].

Private Methods

Méthode Description
DisplayWebPage ( ) : void

Displays the web page.

Init ( ) : void

Called when [initialize].

Method Details

CanMoveToNextPage() public méthode

Determines whether this instance [can move to next page].
public CanMoveToNextPage ( ) : bool
Résultat bool

CustomRendererViewModel() public méthode

Initializes a new instance of the CustomRendererViewModel class.
public CustomRendererViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, CustomRenderers>.ITranslator translator, ICachingService cachingService, ICustomRendererFactory customRendererFactory ) : System.Collections.Generic
messageBoxService IMessageBoxService The message box service.
settingsService ISettingsService The settings service.
translator CustomRenderers>.ITranslator The translator.
cachingService ICachingService The caching service.
customRendererFactory ICustomRendererFactory The custom renderer factory.
Résultat System.Collections.Generic

OnSave() public méthode

Called when [save].
public OnSave ( ) : void
Résultat void