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.12.0.0 (5.12.0)
Syntaxpublic Object Create(
Object parent,
Object configContext,
XmlNode section
)
Public Function Create (
parent As Object,
configContext As Object,
section As XmlNode
) As Object
Parameters
- parent
- Type: SystemObject
Parent object. - configContext
- Type: SystemObject
Configuration context object. - section
- Type: System.XmlXmlNode
Section XML node.
Return Value
Type:
Objectan instance of DependencyInjectionConfigInformation with the information read from the config file.
Implements
IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
See Also