C# Class nHydrate.Generator.Common.Util.GeneratorStoreHelper

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
CreateGeneratorStore ( ) : nHydrate.Generator.Common.GeneratorFramework.IGeneratorStore

Creates an instance of the Generator Store control

GetInstalledGenerators ( ) : IEnumerable

Gets a list of all installed generators

IsStoreInstalled ( ) : bool

Determines if there is a generator store installed

ProcessInstallations ( ) : bool

Processes all pending installations

Method Details

CreateGeneratorStore() public static méthode

Creates an instance of the Generator Store control
public static CreateGeneratorStore ( ) : nHydrate.Generator.Common.GeneratorFramework.IGeneratorStore
Résultat nHydrate.Generator.Common.GeneratorFramework.IGeneratorStore

GetInstalledGenerators() public static méthode

Gets a list of all installed generators
public static GetInstalledGenerators ( ) : IEnumerable
Résultat IEnumerable

IsStoreInstalled() public static méthode

Determines if there is a generator store installed
public static IsStoreInstalled ( ) : bool
Résultat bool

ProcessInstallations() public static méthode

Processes all pending installations
public static ProcessInstallations ( ) : bool
Résultat bool