Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class XmlSerializerSectionHandler

Implements the handler for the XML serializer section. (Inherits System.Configuration.IConfigurationSectionHandler.)

Inheritance
System.Object
XmlSerializerSectionHandler
Implements
System.Configuration.IConfigurationSectionHandler
Namespace: Mediachase.Commerce.Shared
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class XmlSerializerSectionHandler : Object, IConfigurationSectionHandler

Constructors

XmlSerializerSectionHandler()

Declaration
public XmlSerializerSectionHandler()

Methods

Create(Object, Object, XmlNode)

Creates a configuration section handler.

Declaration
public virtual object Create(object parent, object configContext, XmlNode section)
Parameters
Type Name Description
System.Object parent

Parent object.

System.Object configContext

Configuration context object.

System.Xml.XmlNode section

Section XML node.

Returns
Type Description
System.Object

The created section handler object.

CreateInternal(Object, Object, XmlNode, String)

Creates the internal.

Declaration
protected object CreateInternal(object parent, object configContext, XmlNode section, string typeName)
Parameters
Type Name Description
System.Object parent

The parent.

System.Object configContext

The config context.

System.Xml.XmlNode section

The section.

System.String typeName

Name of the type.

Returns
Type Description
System.Object

Implements

System.Configuration.IConfigurationSectionHandler