Show / Hide Table of Contents

Interface ICustomXmlConfigurableLibraryState

Defines an interface for custom XML configurable library states.

Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface ICustomXmlConfigurableLibraryState : ILibraryState
Remarks

Custom XML configurable library states relate to dynamic custom XML configurable libraries.

Methods

| Improve this Doc View Source

Initialize(XmlDocument)

Initializes the library state based on a specified XML configuration.

Declaration
void Initialize(XmlDocument config)
Parameters
Type Name Description
System.Xml.XmlDocument config

Specifies an System.Xml.XmlDocument object containing an XML 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.

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