Click or drag to resize
weroSoft AG, Software
SettingChangeAction Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible change actions which have been made on changing a setting.

Namespace:  WeroSoft.Configuration
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum SettingChangeAction
Members
  Member nameValueDescription
Added0 An item has been added.
Changed1 An item has been changed.
Deleted2 An item has been deleted.
See Also