Click or drag to resize
weroSoft AG, Software
NeighborPolicy Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible neighbor relationships.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum NeighborPolicy
Members
  Member nameValueDescription
IsDirectBefore0 The checked statement is directly before another element positioned.
IsIndirectBefore1 The checked item is indirectly before another element positioned.
IsDirectOrIndirectBefore2 The checked item is direct or indirectly before another item positioned.
IsDirectAfter3 The checked statement is directly after another element positioned.
IsIndirectAfter4 The checked item is indirectly after another element positioned.
IsDirectOrIndirectAfter5 The checked item is direct or indirectly after another item positioned.
See Also