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

ファイルを表示 Open project: OSEHRA/mdws Class Usage Examples

Public Methods

Method Description
FacadeConfiguration ( string>.Dictionary registryValues ) : System

Parse a dictionary of registry keys and assign the values to the corresponding class configuration settings

Method Details

FacadeConfiguration() public method

Parse a dictionary of registry keys and assign the values to the corresponding class configuration settings
public FacadeConfiguration ( string>.Dictionary registryValues ) : System
registryValues string>.Dictionary The registry key value pairs
return System