Interface IConfigurableLibraryState
Defines an interface for configurable library states.
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IConfigurableLibraryState : ILibraryState
Remarks
Configurable library states relate to dynamic configurable libraries.
Methods
| Improve this Doc View SourceInitialize(IConfigurationRoot)
Initializes the library state based on a specified configuration.
Declaration
void Initialize(IConfigurationRoot config)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Configuration.IConfigurationRoot | config | Specifies an Microsoft.Extensions.Configuration.IConfigurationRoot object containing a configuration for the library state. |
Remarks
Initializing a library state means performing all necessary actions on the objects comprising the library state so that the state is ready to be set as the effective library state.