C# Класс gov.va.medora.mdo.conf.AppConfig

Показать файл Открыть проект

Открытые методы

Метод Описание
AppConfig ( ) : System

Parameterless constructor. Will use ConfigFileConstants.CONFIG_FILE_NAME as the default file

AppConfig ( bool useDefaultResourcesPath, string fileName ) : System

Use the default resources path and the specified file name

AppConfig ( string configFilePath ) : System

Instantiate all config properties via config file

readConfigFile ( string configFilePath ) : void

Описание методов

AppConfig() публичный Метод

Parameterless constructor. Will use ConfigFileConstants.CONFIG_FILE_NAME as the default file
public AppConfig ( ) : System
Результат System

AppConfig() публичный Метод

Use the default resources path and the specified file name
public AppConfig ( bool useDefaultResourcesPath, string fileName ) : System
useDefaultResourcesPath bool Locate the default resources file path
fileName string The file name
Результат System

AppConfig() публичный Метод

Instantiate all config properties via config file
public AppConfig ( string configFilePath ) : System
configFilePath string The full path to the configuration file
Результат System

readConfigFile() публичный Метод

public readConfigFile ( string configFilePath ) : void
configFilePath string
Результат void