Class ConfigFiles
procedures used for loading config files (containing DBFunctions and general sheet content) and building the config menu
Inheritance
ConfigFiles
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class ConfigFiles
Fields
| Improve this Doc View SourceConfigMenuXML
tree menu stored here
Declaration
public static string ConfigMenuXML
Field Value
Description |
---|
ConfigStoreFolder
the folder used to store predefined DB item definitions
Declaration
public static string ConfigStoreFolder
Field Value
Description |
---|
specialConfigStoreFolders
Array of special ConfigStoreFolders for non default treatment of Name Separation (Camel-case) and max depth
Declaration
public static string[] specialConfigStoreFolders
Field Value
Description |
---|
specialFolderMaxDepth
individual limitation of grouping of entries in special folders (set by _DBname_MaxDepth)
Declaration
public static int specialFolderMaxDepth
Field Value
Description |
---|
Methods
| Improve this Doc View SourcecreateConfigTreeMenu()
creates the Config tree menu by reading the menu elements from the config store folder files/sub-folders
Declaration
public static void createConfigTreeMenu()
loadConfig(String)
loads config from file given in theFileName
Declaration
public static void loadConfig(string theFileName)
Parameters
Name | Description |
---|---|
theFileName | the File name of the config file |