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

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

Méthodes publiques

Méthode 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

Méthode Description
setConfiguration ( string facadeName ) : void
setDefaults ( ) : void
setResourcesPaths ( ) : void

Method Details

MdwsConfiguration() public méthode

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

MdwsConfiguration() public méthode

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
Résultat System