Show / Hide Table of Contents

Class ConfigurationManagerSettingsProvider

Reads configuration using System.Configuration.ConfigurationManager.

Inheritance
System.Object
ConfigurationManagerSettingsProvider
Implements
ISettingsProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Configuration
Assembly: dotNetRdf.dll
Syntax
public class ConfigurationManagerSettingsProvider : ISettingsProvider

Methods

| Improve this Doc View Source

GetSetting(string)

Gets the setting from %lt;appSettings%gt; configuration section.

Declaration
public string GetSetting(string key)
Parameters
Type Name Description
string key
Returns
Type Description
string

Implements

ISettingsProvider

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • GetSetting(string)
  • Implements
  • Extension Methods
Back to top Generated by DocFX