Table of Contents

Class AppConfigurationCatalog

Namespace
FoundationaLLM.Configuration.Catalog
Assembly
FoundationaLLM.Configuration.dll

A catalog containing the configuration entries for the solution.

public static class AppConfigurationCatalog
Inheritance
AppConfigurationCatalog
Inherited Members

Methods

GetAllEntries()

Returns the list of all the app configuration entries for this solution.

public static List<AppConfigurationEntry> GetAllEntries()

Returns

List<AppConfigurationEntry>

GetRequiredConfigurationsForVersion(string)

Returns the list of all the app configuration entries for this solution that are required for the given version.

public static IEnumerable<AppConfigurationEntry> GetRequiredConfigurationsForVersion(string version)

Parameters

version string

The current version of the caller.

Returns

IEnumerable<AppConfigurationEntry>