ConfigDomain
Description
- Derived from
-
VersionedBase abstract
IValidatable
A config domain contains zero or more config scripts and allows them to reference each others members by using qualified names.
A qualified name for a member is constructed from the script name (see ConfigScript.Name) and the member name (see ConfigItem.Name).
Public / Methods
Add
Adds a script to this domain.
The members of the given config script in may be referenced by those config scripts that have been attached to this config domain at creation time (see ConfigScript.From2).
Get
Returns a config script in this domain.
- ConfigException
-
If there is no config script of the given name in.