Configuration CreateFromMerge Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates new configuration from ordered merge result of two other nodes - base and override which can be from different configurations

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void CreateFromMerge(
	ConfigSectionNode baseNode,
	ConfigSectionNode overrideNode,
	NodeOverrideRules rules = null
)

Parameters

baseNode
Type: NFX.Environment ConfigSectionNode
A base node that data is defaulted from
overrideNode
Type: NFX.Environment ConfigSectionNode
A node that contains overrides/additions of/to data from base node
rules (Optional)
Type: NFX.Environment NodeOverrideRules
Rules to use or default rules will be used in null is passed
See Also