Class LibraryHandle
Defines the library handle of Services Library.
Inherited Members
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 SourceCloseLibrary()
See CloseLibrary().
Declaration
public bool CloseLibrary()
Returns
Type | Description |
---|---|
System.Boolean |
GetConfigSchemas()
See GetConfigSchemas().
Declaration
public XmlSchema[] GetConfigSchemas()
Returns
Type | Description |
---|---|
System.Xml.Schema.XmlSchema[] |
InitializeLibrary(XmlDocument)
Declaration
public void InitializeLibrary(XmlDocument config)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | config |