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
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
versionstringThe current version of the caller.