The Portrate Interview Engine

Portrate.Interview.Config Namespace

Namespace hierarchy

Classes

Class Description
ConfigFactory Manages the construction of configuration sections for the Interview component.
DPLFormRenderersConfig Reads instances of 'renderer' elements and stores their contents into a Hashtable. The 'renderer' element is required to have a 'name' and 'class' attribute.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rigts reserved. 
DPLRulesConfig Reads the display rule configuration into a hashtable of Type instances.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 
DPLValidatorsConfig Reads the configuration for the validator's hashtable. Stores name/value pairs where the name key is the common name of the validator and its value is the Type for the common name.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 
DPLWebConfig Used to read in the portrate.forms.dpl configuration section from the web.config file.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 
DPLWebControlsConfig Configures a hashtable from the controls definitions in the web config file. The hashtable contains control names as keys and Type instances for the values. The type is derived from the 'class' attribute in each of the 'control' elements.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved.