C# Class gov.va.medora.mdws.conf.MdwsConfiguration

Provides a wrapper for MDWS configuration settings
Inheritance: gov.va.medora.mdo.conf.AppConfig
Show file Open project: OSEHRA/mdws Class Usage Examples

Public Methods

Method Description
MdwsConfiguration ( ) : System

MDWS configuration settings wrapper class. This class fetches all the MDWS registry settings upon instantiation and builds its objects accordingly.

MdwsConfiguration ( string facadeName ) : System

MDWS configuration settings wrapper class. This class fetches all the MDWS registry settings upon instantiation and builds its objects accordingly.

Private Methods

Method Description
setConfiguration ( string facadeName ) : void
setDefaults ( ) : void
setResourcesPaths ( ) : void

Method Details

MdwsConfiguration() public method

MDWS configuration settings wrapper class. This class fetches all the MDWS registry settings upon instantiation and builds its objects accordingly.
public MdwsConfiguration ( ) : System
return System

MdwsConfiguration() public method

MDWS configuration settings wrapper class. This class fetches all the MDWS registry settings upon instantiation and builds its objects accordingly.
public MdwsConfiguration ( string facadeName ) : System
facadeName string The facade being invoked by a client application
return System