[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.ConfigurationAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
Members
All Members | Constructors ![]() | Fields ![]() | Properties ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | ClientList()()() | Initializes a new instance of the ClientList class |
![]() | 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()()() | |
![]() ![]() | Filename | |
![]() | 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.) |
![]() | Loaded |
Raised after settings were loaded.
(Inherited from Settings.) |
![]() | Path |
Gets or sets path, where is file saved and load from. Value is automaticly converted into fullpath.
(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.) |
![]() | Saving |
Raised before settings are saved to 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.) |