DevForce Help Reference
IdeaBladeSection Class
Members 


Configuration section handler that deserializes the ideablade.configuration section.
Syntax
'Declaration
 
Public Class IdeaBladeSection 
   Implements System.Configuration.IConfigurationSectionHandler 
'Usage
 
Dim instance As IdeaBladeSection
public class IdeaBladeSection : System.Configuration.IConfigurationSectionHandler  
Remarks
The ideablade.configuration does not sub-type ConfigurationSection, so this returns an instance of the IdeaBladeConfig class.

The configSections element must be present in the config file and define a section for "ideablade.configuration" with an assembly-qualified type name.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.Configuration.IdeaBladeSection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBladeSection Members
IdeaBlade.Core.Configuration Namespace

Send Feedback