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 SourceConfigFileName
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).