C# 클래스 gov.va.medora.mdo.conf.AppConfig

파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
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