IdeaBlade DevForce 2010 Help Reference
IdeaBladeSection Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace : IdeaBladeSection Class



Configuration section handler that deserializes the ideablade.configuration section.

Syntax

Visual Basic (Declaration) 
Public Class IdeaBladeSection 
   Implements System.Configuration.IConfigurationSectionHandler 
Visual Basic (Usage)Copy Code
Dim instance As IdeaBladeSection
C# 
public class IdeaBladeSection : System.Configuration.IConfigurationSectionHandler  
C++/CLI 
public ref class IdeaBladeSection : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.