Interface IFunctionsSettingsStore
Interface which defines settings for functions
Namespace: MESL.SqlRace.Domain.Interfaces
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFunctionsSettingsStore
Properties
ConstantsFilePath
Gets the constants file path.
Declaration
string ConstantsFilePath { get; }
Property Value
Type | Description |
---|---|
System.String | The constants file path. |
ConstantsFolder
Gets the constants folder.
Declaration
string ConstantsFolder { get; }
Property Value
Type | Description |
---|---|
System.String | The constants folder. |
FunctionsFolder
List of folders in which functions are located
Declaration
IReadOnlyList<string> FunctionsFolder { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.String> |