C# Класс nHydrate.Generator.Common.Util.GeneratorStoreHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateGeneratorStore() публичный статический Метод

Creates an instance of the Generator Store control
public static CreateGeneratorStore ( ) : nHydrate.Generator.Common.GeneratorFramework.IGeneratorStore
Результат nHydrate.Generator.Common.GeneratorFramework.IGeneratorStore

GetInstalledGenerators() публичный статический Метод

Gets a list of all installed generators
public static GetInstalledGenerators ( ) : IEnumerable
Результат IEnumerable

IsStoreInstalled() публичный статический Метод

Determines if there is a generator store installed
public static IsStoreInstalled ( ) : bool
Результат bool

ProcessInstallations() публичный статический Метод

Processes all pending installations
public static ProcessInstallations ( ) : bool
Результат bool