Show / Hide Table of Contents

Interface IConfigurableLibrary

Defines an interface for such configurable libraries whose configuration is done with a JSON, XML or INI configuration.

Inherited Members
IConfigurableLibraryBase.ConfigFileName
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IConfigurableLibrary : IConfigurableLibraryBase

Methods

| Improve this Doc View Source

InitializeLibrary(IConfigurationRoot)

Initializes the library based on a specified configuration.

Declaration
void InitializeLibrary(IConfigurationRoot config)
Parameters
Type Name Description
Microsoft.Extensions.Configuration.IConfigurationRoot config

Specifies an Microsoft.Extensions.Configuration.IConfigurationRoot object containing a configuration for the library.

  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX