C# Class NinjaCoder.MvvmCross.Controllers.ViewModelViewsController

Defines the ViewModelViewsController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
Run ( ) : void

Runs this instance.

ViewModelViewsController ( IViewModelViewsService viewModelViewsService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService, IViewModelAndViewsFactory viewModelAndViewsFactory ) : System.Collections.Generic

Initializes a new instance of the ViewModelViewsController class.

Private Methods

Méthode Description
Process ( IEnumerable views ) : void

Processes the specified form.

Method Details

Run() public méthode

Runs this instance.
public Run ( ) : void
Résultat void

ViewModelViewsController() public méthode

Initializes a new instance of the ViewModelViewsController class.
public ViewModelViewsController ( IViewModelViewsService viewModelViewsService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService, IViewModelAndViewsFactory viewModelAndViewsFactory ) : System.Collections.Generic
viewModelViewsService IViewModelViewsService The view model views service.
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
resolverService IResolverService The resolver service.
readMeService IReadMeService The read me service.
viewModelAndViewsFactory IViewModelAndViewsFactory The view model and views factory.
Résultat System.Collections.Generic