iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ConfigurationSectionHandler.Create Method 

Verifies that the logFactoryAdapter element appears once in the configuration section.

[Visual Basic]
NotOverridable Public Function Create( _
   ByVal Object As Object, _
   ByVal Object As Object, _
   ByVal XmlNode As XmlNode _
) As Object _
    Implements IConfigurationSectionHandler.
[C#]
public object Create(
   Object parent,
   Object configContext,
   XmlNode section
);

Parameters

parent
The parent of the current item.
configContext
Additional information about the configuration process.
section
The configuration section to apply an XPath query too.

Return Value

A LogSetting object containing the specified logFactoryAdapter type along with user supplied configuration properties.

Implements

IConfigurationSectionHandler.

See Also

ConfigurationSectionHandler Class | IBatisNet.Common.Logging Namespace