C# 클래스 NinjaCoder.MvvmCross.Services.ViewModelViewsService

Defines the ViewModelViewsService type.
상속: BaseService, IViewModelViewsService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

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

메소드 상세

AddViewModelAndViews() 공개 메소드

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

AddViewModelsAndViews() 공개 메소드

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

GetNugetCommands() 공개 메소드

Gets the nuget commands.
public GetNugetCommands ( ) : IEnumerable
리턴 IEnumerable

ViewModelViewsService() 공개 메소드

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