Show / Hide Table of Contents

Class LibraryHandle

Defines the library handle of Services Library.

Inheritance
System.Object
LibraryHandleBase
LibraryHandle
Implements
ILibraryHandle
ICustomXmlConfigurableLibrary
IConfigurableLibraryBase
IClosableLibrary
Inherited Members
LibraryHandleBase.ConfigFileName
LibraryHandleBase.LibraryFileName
LibraryHandleBase.LibraryRootNamespace
LibraryHandleBase.GetEmbeddedConfigAndCommonSchema(Assembly)
LibraryHandleBase.GetEmbeddedConfigAndCommonSchema(Assembly, String, String)
LibraryHandleBase.GetEmbeddedConfigSchema(Assembly)
LibraryHandleBase.GetEmbeddedConfigSchema(Assembly, String, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Services
Assembly: Juhta.Net.Services.dll
Syntax
public class LibraryHandle : LibraryHandleBase, ILibraryHandle, ICustomXmlConfigurableLibrary, IConfigurableLibraryBase, IClosableLibrary

Methods

| Improve this Doc View Source

CloseLibrary()

See CloseLibrary().

Declaration
public bool CloseLibrary()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetConfigSchemas()

See GetConfigSchemas().

Declaration
public XmlSchema[] GetConfigSchemas()
Returns
Type Description
System.Xml.Schema.XmlSchema[]
| Improve this Doc View Source

InitializeLibrary(XmlDocument)

See InitializeLibrary(XmlDocument).

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

Implements

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