Enum OverrideSpec
Override specifications that dictate what to do when another node supplies entity with the same name
Namespace: Azos.Conf
Assembly: Azos.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 |