C# Class NinjaCoder.MvvmCross.Factories.NugetPackagesFactory

Defines the NugetPackagesFactory type.
Inheritance: INugetPackagesFactory
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
GetWizardsSteps ( ) : List

Gets the wizards steps.

NugetPackagesFactory ( IResolverService resolverService, IRegisterService registerService ) : System.Collections.Generic

Initializes a new instance of the NugetPackagesFactory class.

RegisterWizardData ( ) : void

Registers the wizard data.

Method Details

GetWizardsSteps() public méthode

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

NugetPackagesFactory() public méthode

Initializes a new instance of the NugetPackagesFactory class.
public NugetPackagesFactory ( IResolverService resolverService, IRegisterService registerService ) : System.Collections.Generic
resolverService IResolverService The resolver service.
registerService IRegisterService The register service.
Résultat System.Collections.Generic

RegisterWizardData() public méthode

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