Interface IStartupConfiguration
Assembly: Experior.Interfaces.dll
Syntax
public interface IStartupConfiguration : IConfigurationRepository
Properties
ExternalLibsPaths
Declaration
List<string> ExternalLibsPaths { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SelectedCatalogs
Declaration
List<string> SelectedCatalogs { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SelectedEngine
Declaration
string SelectedEngine { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedExternalLibsPath
Declaration
string SelectedExternalLibsPath { get; set; }
Property Value
Type |
Description |
System.String |
|