Class DataAccessSectionHandler
Inheritance
System.Object
DataAccessSectionHandler
Implements
System.Configuration.IConfigurationSectionHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Common.Data
Assembly: FChoice.Common.dll
Syntax
public class DataAccessSectionHandler : IConfigurationSectionHandler
Constructors
DataAccessSectionHandler()
Declaration
public DataAccessSectionHandler()
Methods
Create(Object, Object, XmlNode)
Declaration
public object Create(object parent, object configContext, XmlNode section)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | |
System.Object | configContext | |
System.Xml.XmlNode | section |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.Configuration.IConfigurationSectionHandler