Opf.Config
Class BrokerSettings
- public class BrokerSettings
This is the central point for all configurable settings. This will either look for the
.Net config-settings or will go to the registry. These things should be hidden in this class!
- summary
This is the central point for all configurable settings. This will either look for the
.Net config-settings or will go to the registry. These things should be hidden in this class!
Field Summary |
static string | AppBaseDirectory Returns the application base |
static string | AppConfigFile Returns the location of the config file |
static string | MapSource This is the location of the XML-file with MetaData repository information, in the DbSchemaDataSet format. |
AppBaseDirectory
public static string AppBaseDirectory
Returns the application base
- summary
Returns the application base
AppConfigFile
public static string AppConfigFile
Returns the location of the config file
- summary
Returns the location of the config file
MapSource
public static string MapSource
This is the location of the XML-file with MetaData repository information,
in the DbSchemaDataSet format. The DbSchema class will load this information
and instantiate DbTable instances based on that
- summary
This is the location of the XML-file with MetaData repository information,
in the DbSchemaDataSet format. The DbSchema class will load this information
and instantiate DbTable instances based on that