Enum OverrideSpec
Override specifications that dictate what to do when another node supplies entity with the same name
Namespace: NFX.Environment
Assembly: NFX.dll
Syntax
public enum OverrideSpec
Fields
| Name | Description |
|---|---|
| All | Override everything: attributes, sections, and value |
| Attributes | Ovveride attributes only |
| Fail | Fail the process |
| Replace | Completely replace node |
| Sections | Override sections only |
| Stop | Stop override at this level |