[This is preliminary documentation and is subject to change.]
The ClientList type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| AddClient(ClientInfo) | ||
| AttributeExists(String, array<Object>[]()[]) |
Returns True if specified attribute exists.
(Inherited from Settings.) | |
| Clone()()() | (Inherited from Settings.) | |
| CopyElement(array<Object>[]()[], array<Object>[]()[], array<AttributeInfo>[]()[]) |
Copies and changes specified element to another path.
(Inherited from Settings.) | |
| ElementExists(array<Object>[]()[]) |
Returns True if specified element exists.
(Inherited from Settings.) | |
| EnumarateElements(array<Object>[]()[]) |
Enumaretes elements at specified path.
(Inherited from Settings.) | |
| EnumClients()()() | ||
| FindClient(String) | ||
| GetAttribute(Boolean, String, array<Object>[]()[]) |
Reads attribute at specified path.
(Inherited from Settings.) | |
| GetAttribute(Int32, String, array<Object>[]()[]) |
Reads attribute at specified path.
(Inherited from Settings.) | |
| GetAttribute(Single, String, array<Object>[]()[]) |
Reads attribute at specified path.
(Inherited from Settings.) | |
| GetAttribute(String, String, array<Object>[]()[]) |
Reads attribute at specified path.
(Inherited from Settings.) | |
| GetElement(Boolean, array<Object>[]()[]) |
Reads element at specified path. Element is created if not exist.
(Inherited from Settings.) | |
| GetElement(Int32, array<Object>[]()[]) |
Reads element at specified path. Element is created if not exist.
(Inherited from Settings.) | |
| GetElement(Single, array<Object>[]()[]) |
Reads element at specified path. Element is created if not exist.
(Inherited from Settings.) | |
| GetElement(String, array<Object>[]()[]) |
Reads element at specified path. Element is created if not exist.
(Inherited from Settings.) | |
| GetEnumAttribute<(Of <(T>)>)(T, String, array<Object>[]()[]) |
Reads attribute at specified path.
(Inherited from Settings.) | |
| GetEnumElement<(Of <(T>)>)(T, array<Object>[]()[]) |
Reads element at specified path. Element is created if not exist.
(Inherited from Settings.) | |
| Load()()() |
Loads settings from XML file.
(Inherited from Settings.) | |
| RemoveAttribute(String, array<Object>[]()[]) |
Removes attribute from specified element if exists.
(Inherited from Settings.) | |
| RemoveElement(array<Object>[]()[]) |
Removes specified element and all it's children if exists.
(Inherited from Settings.) | |
| Save()()() |
Saves settings as XML file.
(Inherited from Settings.) | |
| SetAttribute(Object, String, array<Object>[]()[]) |
Writes attribute to specified node.
(Inherited from Settings.) | |
| SetElement(Object, array<Object>[]()[]) |
Writes element at specified path.
(Inherited from Settings.) |