Click or drag to resize
DependencyInjectionSectionHandlerCreate 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.3.0.0 (5.3.0)
Syntax
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: SystemObject
Parent object.
configContext
Type: SystemObject
Configuration context object.
section
Type: System.XmlXmlNode
Section XML node.

Return Value

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

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
See Also