C# Class NinjaCoder.MvvmCross.Services.ViewModelViewsService

Defines the ViewModelViewsService type.
Inheritance: BaseService, IViewModelViewsService
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
AddViewModelAndViews ( IEnumerable textTemplateInfos ) : IEnumerable

Adds the view model and views.

AddViewModelsAndViews ( IEnumerable views ) : IEnumerable

Adds the view models and views.

GetNugetCommands ( ) : IEnumerable

Gets the nuget commands.

ViewModelViewsService ( IVisualStudioService visualStudioService, ISettingsService settingsService, IViewModelAndViewsFactory viewModelAndViewsFactory, IFileOperationService fileOperationService, INugetCommandsService nugetCommandsService ) : System.Collections.Generic

Initializes a new instance of the ViewModelViewsService class.

Method Details

AddViewModelAndViews() public method

Adds the view model and views.
public AddViewModelAndViews ( IEnumerable textTemplateInfos ) : IEnumerable
textTemplateInfos IEnumerable The text template infos.
return IEnumerable

AddViewModelsAndViews() public method

Adds the view models and views.
public AddViewModelsAndViews ( IEnumerable views ) : IEnumerable
views IEnumerable The views.
return IEnumerable

GetNugetCommands() public method

Gets the nuget commands.
public GetNugetCommands ( ) : IEnumerable
return IEnumerable

ViewModelViewsService() public method

Initializes a new instance of the ViewModelViewsService class.
public ViewModelViewsService ( IVisualStudioService visualStudioService, ISettingsService settingsService, IViewModelAndViewsFactory viewModelAndViewsFactory, IFileOperationService fileOperationService, INugetCommandsService nugetCommandsService ) : System.Collections.Generic
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
viewModelAndViewsFactory IViewModelAndViewsFactory The view model and views factory.
fileOperationService IFileOperationService The file operation service.
nugetCommandsService INugetCommandsService The nuget commands service.
return System.Collections.Generic