C# Class NinjaCoder.MvvmCross.Controllers.ViewModelViewsController

Defines the ViewModelViewsController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method 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

Method Description
Process ( IEnumerable views ) : void

Processes the specified form.

Method Details

Run() public method

Runs this instance.
public Run ( ) : void
return void

ViewModelViewsController() public method

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.
return System.Collections.Generic