Click or drag to resize

DependencyInjectionSectionHandler.Create Method

Creates an instance of DependencyInjectionConfigInformation with the information defined in the config file

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: System.Object
Parent object.
configContext
Type: System.Object
Configuration context object.
section
Type: System.Xml.XmlNode
Section XML node.

Return Value

Type: Object
an instance of DependencyInjectionConfigInformation with the information read from the config file.

Implements

IConfigurationSectionHandler.Create(Object, Object, XmlNode)
See Also