Show / Hide Table of Contents

Interface ISettingsProvider

Gives access to application settings from external source.

Namespace: VDS.RDF.Configuration
Assembly: dotNetRdf.dll
Syntax
public interface ISettingsProvider

Methods

| Edit this page View Source

GetSetting(string)

Gets a setting for the provided key.

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

null if the key was not found.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • GetSetting(string)
  • Extension Methods
Back to top Generated by DocFX