C# Class Sitecore.FakeDb.Configuration.ConfigReader

Inheritance: IConfigurationSectionHandler
Datei anzeigen Open project: sergeyshushlyapin/Sitecore.FakeDb

Public Methods

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

Private Methods

Method Description
ConfigReader ( ) : System
DatabaseInstanceCreated ( object sender, InstanceCreatedEventArgs e ) : void
MergeConfigs ( XmlNode main, XmlNode section ) : void
SetAppDomainAppPath ( ) : void
SetDataEngineCommands ( InstanceCreatedEventArgs e ) : void
SetZeroConfigurationPropertyIfExists ( bool value ) : void

In Sitecore 8.2 Update-1 config merging logic has been changed. Without setting property 'Sitecore.Configuration.ConfigReader.ZeroConfiguration' method 'Sitecore.Xml.Patch.ElementIdentification.ReadSignificantAttributesFromConfiguration()' causes StackOverflowException.

Method Details

Create() public method

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