Show / Hide Table of Contents

Interface IDynamicConfigurableLibrary

Defines an interface for dynamic configurable libraries. A library is a dynamic configurable library if it is dynamic, configurable and the configuration is done with a JSON, XML or INI configuration.

Inherited Members
IDynamicLibrary.GoLive(ILibraryState)
IDynamicLibrary.LibraryState
IDynamicLibrary.LibraryStateLock
IConfigurableLibraryBase.ConfigFileName
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IDynamicConfigurableLibrary : IDynamicLibrary, IConfigurableLibraryBase

Methods

| Improve this Doc View Source

CreateLibraryState()

Creates an uninitialized library state.

Declaration
IConfigurableLibraryState CreateLibraryState()
Returns
Type Description
IConfigurableLibraryState

Returns an uninitialized IConfigurableLibraryState object.

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