Click or drag to resize

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

The ISettingXML type exposes the following members.

Properties
  NameDescription
Public propertyItem
Index handling by name
Public propertyName
Unique name in XML file
Top
Examples
The simple way to implement this interface is to inherit class SettingXML
public class LanguageUI : SIC.Setting.SettingXML
{
    /// ...
}
A full example see Costumer Configuration
See Also