Show / Hide Table of Contents

Interface IConfigurableLibraryBase

Defines a base interface for configurable libraries. A library is configurable if it requires specific startup operations and those operations need configuration.

Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IConfigurableLibraryBase

Properties

| Improve this Doc View Source

ConfigFileName

Gets the name of the configuration file.

Declaration
string ConfigFileName { get; }
Property Value
Type Description
System.String
Remarks

This property can return null, but in this case the configuration file name must be specified in the core library's configuration (in the application node or in the corresponding library node).

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