Class XmlSerializerSectionHandler
Implements the handler for the XML serializer section. (Inherits System.Configuration.IConfigurationSectionHandler.)
Inheritance
System.Object
XmlSerializerSectionHandler
Implements
System.Configuration.IConfigurationSectionHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Shared
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class XmlSerializerSectionHandler : 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