OverrideSpec EnumerationNFX Class Library

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

Override specifications that dictate what to do when another node supplies entity with the same name

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

public enum OverrideSpec
Members

  Member nameValueDescription
All0 Override everything: attributes, sections, and value
Attributes1 Ovveride attributes only
Sections2 Override sections only
Replace3 Completely replace node
Stop4 Stop override at this level
Fail5 Fail the process
See Also