ConfigValueBrowser
Description
- Derived from
- Extended by
-
ConfigValueBrowser_Tinman_AddOns sealed
ConfigValueBrowser_Tinman_AddOns_SQLite sealed
Abstract base for classes that can browse a ConfigValue by creating an interactive IApplication for it.
Public / Methods
Browse
Creates a new instance of IApplication that browses the given config value.
- ConfigException
-
If config in specifies malformed configuration data.
- IOException
-
If a temporary I/O error has occurred; the same call might succeed later.
- ValidatingException
-
If the given config value is invalid (see IValidatable.Validate).
- See also
CanBrowse
Can this ConfigValueBrowser object create a browser application for the given config value?
Inspect
Returns an inspection object for the given config value.
- ConfigException
-
If config in specifies malformed configuration data.
- IOException
-
If a temporary I/O error has occurred; the same call might succeed later.
- ValidatingException
-
If the given config value is invalid (see IValidatable.Validate).
- See also