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

Mostra file Open project: nHydrate/nHydrate

Public Methods

Method 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 method

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

GetInstalledGenerators() public static method

Gets a list of all installed generators
public static GetInstalledGenerators ( ) : IEnumerable
return IEnumerable

IsStoreInstalled() public static method

Determines if there is a generator store installed
public static IsStoreInstalled ( ) : bool
return bool

ProcessInstallations() public static method

Processes all pending installations
public static ProcessInstallations ( ) : bool
return bool