C# Class Castle.ActiveRecord.Config.ActiveRecordSectionHandler

Reads the configuration from a entry 'activerecord' in the xml associated with the AppDomain
Inheritance: XmlActiveRecordConfiguration, IConfigurationSectionHandler
Show file Open project: shosca/ActiveRecord

Public Methods

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

Creates a configuration section handler.

GetInstance ( ) : IActiveRecordConfiguration

Returns the sole instance through a factory method for use with Spring.Net (see AR-ISSUE-213)

Method Details

Create() public method

Creates a configuration section handler.
public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object Configuration context object.
section System.Xml.XmlNode
return object

GetInstance() public static method

Returns the sole instance through a factory method for use with Spring.Net (see AR-ISSUE-213)
public static GetInstance ( ) : IActiveRecordConfiguration
return IActiveRecordConfiguration