Show / Hide Table of Contents

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 Source

ConfigMenuXML

tree menu stored here

Declaration
public static string ConfigMenuXML
Field Value
Description
| Improve this Doc View Source

ConfigStoreFolder

the folder used to store predefined DB item definitions

Declaration
public static string ConfigStoreFolder
Field Value
Description
| Improve this Doc View Source

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
| Improve this Doc View Source

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 Source

createConfigTreeMenu()

creates the Config tree menu by reading the menu elements from the config store folder files/sub-folders

Declaration
public static void createConfigTreeMenu()
| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX