C# 클래스 NinjaCoder.MvvmCross.Factories.ProjectFactory

Defines the ProjectFactory type.
상속: IProjectFactory
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
GetAllowedProjects ( FrameworkType frameworkType ) : IEnumerable

Gets the allowed projects.

GetRouteModifier ( FrameworkType frameworkType ) : RouteModifier

Gets the route modifier.

GetWizardsSteps ( ) : List

Gets the wizards steps.

ProjectFactory ( IResolverService resolverService, IRegisterService registerService, ICachingService cachingService, ISettingsService settingsService ) : System

Initializes a new instance of the ProjectFactory class.

RegisterWizardData ( ) : void

Registers the wizard data.

메소드 상세

GetAllowedProjects() 공개 메소드

Gets the allowed projects.
public GetAllowedProjects ( FrameworkType frameworkType ) : IEnumerable
frameworkType FrameworkType Type of the framework.
리턴 IEnumerable

GetRouteModifier() 공개 메소드

Gets the route modifier.
public GetRouteModifier ( FrameworkType frameworkType ) : RouteModifier
frameworkType FrameworkType Type of the framework.
리턴 RouteModifier

GetWizardsSteps() 공개 메소드

Gets the wizards steps.
public GetWizardsSteps ( ) : List
리턴 List

ProjectFactory() 공개 메소드

Initializes a new instance of the ProjectFactory class.
public ProjectFactory ( IResolverService resolverService, IRegisterService registerService, ICachingService cachingService, ISettingsService settingsService ) : System
resolverService IResolverService The resolver service.
registerService IRegisterService The register service.
cachingService ICachingService The caching service.
settingsService ISettingsService The settings service.
리턴 System

RegisterWizardData() 공개 메소드

Registers the wizard data.
public RegisterWizardData ( ) : void
리턴 void