Click or drag to resize
weroSoft AG, Software
ConfigurationKind Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible configuration kinds the process manager supports.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ConfigurationKind
Members
  Member nameValueDescription
Undefined0 The configuration kind is not yet defined.
Declarative1 The configuration is performed declarative.
Imperative2 The configuration is performed imperative.
Dynamic3 The configuration is performed dynamic.
Parameterized4 The configuration is performed parameterized.
ImperativeConfigured5 The configuration is performed imperative using configuration file.
DynamicConfigured6 The configuration is performed dynamic using a configuration file.
See Also