RedirectedSectionNameConverter Class
TypeConverter implementation that converts known configuration section names to application block names.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class RedirectedSectionNameConverter _
Inherits StringConverter
public class RedirectedSectionNameConverter : StringConverter
public ref class RedirectedSectionNameConverter : public StringConverter
public class RedirectedSectionNameConverter extends StringConverter
Remarks
This TypeConverter implementation is used for the RedirectedSectionElement's Name property.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters.RedirectedSectionNameConverter
See Also
RedirectedSectionNameConverter Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters Namespace