Azavea.Open.Common.Config.Config C# (CSharp) Method

Config() public method

Constructs a config class given the "appName", or the key to look up in the app/web.config's "appSettings" section. The value for that key is the path to the config file we're interested in.
public Config ( string appName ) : System
appName string Identifies which config file we want.
return System
        public Config(string appName)
            : this(null, appName, null)
        {
        }

Same methods

Config::Config ( string appName, XmlDocument configXml ) : System
Config::Config ( string configFileName, string appName ) : System
Config::Config ( string configFileName, string appName, XmlDocument configXml ) : System
Config::Config ( string configFileName, string appName, XmlDocument configXml, bool treatMissingFileAsEmpty ) : System
Config::Config ( string configFileName, string appName, XmlDocument configXml, bool treatMissingFileAsEmpty, string>.IDictionary paramsByComponent, string>.IDictionary orderedParamsByComponent, string>.IDictionary outerXmlByComponent, string>.IDictionary innerXmlByComponent ) : System