The Portrate Interview Engine

DPLWebControlsConfig Class

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. 

For a list of all members of this type, see DPLWebControlsConfig Members.

System.Object
   Portrate.Interview.Config.DPLWebControlsConfig

[Visual Basic]
Public Class DPLWebControlsConfig
    Implements IConfigurationSectionHandler
[C#]
public class DPLWebControlsConfig : IConfigurationSectionHandler
[C++]
public __gc class DPLWebControlsConfig : public IConfigurationSectionHandler
[JScript]
public class DPLWebControlsConfig extends IConfigurationSectionHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Config

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

DPLWebControlsConfig Members | Portrate.Interview.Config Namespace