ISettingXML Interface | |
Interface for configuration settings
Namespace:
SIC.Setting
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public 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
|
TopExamples
The simple way to implement this interface is to inherit class
SettingXMLpublic class LanguageUI : SIC.Setting.SettingXML
{
}
A full example see
Costumer ConfigurationSee Also