Click or drag to resize
weroSoft AG, Software
ExpressionResolvingMode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the mode of expression resolving.

Namespace:  WeroSoft.Workflow.Common.Runtime
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ExpressionResolvingMode
Members
  Member nameValueDescription
Auto0 Automatic resolution of expressions.
CheckOnly1 Defines that executor checks the expressions automatically, but does not execute them.
Custom2 Custom resolution of expressions.
See Also