Click or drag to resize
weroSoft AG, Software
NavigationMode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines some navigator search modes to change the behavior of the navigator.

Namespace:  WeroSoft.Workflow.Statements.Infrastructure
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[FlagsAttribute]
public enum NavigationMode
Members
  Member nameValueDescription
Undefined0 The search mode is undefined.
NonTargetOperableBreaks1 Defines that any other statement type than the one looking for breaks the navigation.
IgnoredNonTargetOperable2 Defines that any statement is ignored until the type looking for is found.
EnableHandlingNoOperation32768 Handle the statements which are not operable as normal statements.
See Also