Show / Hide Table of Contents

Interface IDynamicCustomXmlConfigurableLibrary

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

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

Methods

| Improve this Doc View Source

CreateLibraryState()

Creates an uninitialized library state.

Declaration
ICustomXmlConfigurableLibraryState CreateLibraryState()
Returns
Type Description
ICustomXmlConfigurableLibraryState

Returns an uninitialized ICustomXmlConfigurableLibraryState object.

| Improve this Doc View Source

GetConfigSchemas()

Gets the XML schemas to which configuration files must conform.

Declaration
XmlSchema[] GetConfigSchemas()
Returns
Type Description
System.Xml.Schema.XmlSchema[]

Returns an array of System.Xml.Schema.XmlSchema objects.

Remarks

The return value null indicates that the configuration of the library is not controlled by XML schemas.

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