C# Class NContrib4.DynamicConfigurationSectionHandler

Serves as a configuration section handler for standard .NET configuraiton files Uses DynamicXElement to access configuration data
Inheritance: IConfigurationSectionHandler
显示文件 Open project: veracross/ncontrib

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object

Method Details

Create() public method

public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object
section System.Xml.XmlNode
return object