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
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IDynamicCustomXmlConfigurableLibrary : IDynamicLibrary, IConfigurableLibraryBase
Methods
| Improve this Doc View SourceCreateLibraryState()
Creates an uninitialized library state.
Declaration
ICustomXmlConfigurableLibraryState CreateLibraryState()
Returns
Type | Description |
---|---|
ICustomXmlConfigurableLibraryState | Returns an uninitialized ICustomXmlConfigurableLibraryState object. |
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.