Show / Hide Table of Contents

Interface IConfigurationExtension

Interface for objects which provide additional factories and auto-configuration strategies for the ConfigurationLoader.

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

Methods

| Improve this Doc View Source

GetAutoConfigureActions()

Returns the additional auto-configuration actions provided by this configuration extension.

Declaration
IEnumerable<Action<IGraph>> GetAutoConfigureActions()
Returns
Type Description
System.Collections.Generic.IEnumerable<T><System.Action<T><IGraph>>
| Improve this Doc View Source

GetObjectFactories()

Returns the additional object factories provided by this configuration extension.

Declaration
IEnumerable<IObjectFactory> GetObjectFactories()
Returns
Type Description
System.Collections.Generic.IEnumerable<T><IObjectFactory>

Extension Methods

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