Config Sections
Jump to navigation
Jump to search
Back : CSharp Reference Implementation
For components that use .config files to control settings, Direct software provides the following standard config sections:
For components that use .config files to control settings, Direct software provides the following standard config sections:
<configuration> <configSections> <section name="logging" type="Health.Direct.Common.Diagnostics.LogFileSection, Health.Direct.Common" /> <section name="ioc" type="Health.Direct.Common.Container.IocContainerSection, Health.Direct.Common" /> <section name="container" type="Health.Direct.Common.Container.SimpleContainerSection, Health.Direct.Common" /> .... </configSections> ... <configuration>
Section Details: