C# Class NinjaCoder.MvvmCross.Factories.ProjectFactory

Defines the ProjectFactory type.
Inheritance: IProjectFactory
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
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.

Method Details

GetAllowedProjects() public méthode

Gets the allowed projects.
public GetAllowedProjects ( FrameworkType frameworkType ) : IEnumerable
frameworkType FrameworkType Type of the framework.
Résultat IEnumerable

GetRouteModifier() public méthode

Gets the route modifier.
public GetRouteModifier ( FrameworkType frameworkType ) : RouteModifier
frameworkType FrameworkType Type of the framework.
Résultat RouteModifier

GetWizardsSteps() public méthode

Gets the wizards steps.
public GetWizardsSteps ( ) : List
Résultat List

ProjectFactory() public méthode

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.
Résultat System

RegisterWizardData() public méthode

Registers the wizard data.
public RegisterWizardData ( ) : void
Résultat void