ISettingXML Interface |  |
Interface for configuration settings
Namespace:
SIC.Setting
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntaxpublic interface ISettingXML
Public Interface ISettingXML
The ISettingXML type exposes the following members.
Properties
| Name | Description |
---|
 | Item |
Index handling by name
|
 | Name |
Unique name in XML file
|
Top
Examples
The simple way to implement this interface is to inherit class
SettingXMLpublic class LanguageUI : SIC.Setting.SettingXML
{
}
A full example see
Costumer Configuration
See Also