C# Class DataExport.WS.Config.DataExportConfigHandler

Inheritance: IConfigurationSectionHandler
Mostra file Open project: BellevueCollege/DataExport

Public Methods

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

Initializes a new DataExportConfig object from the .config file.

Method Details

Create() public method

Initializes a new DataExportConfig object from the .config file.
public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object
section System.Xml.XmlNode
return object