Click or drag to resize
weroSoft AG, Software
ParentPolicy Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the parent policy of a statement.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ParentPolicy
Members
  Member nameValueDescription
IsDirectParentOf0 Checks the given statements to be parent of the statement.
IsRoot1 Indicates that the statement must be a root statement, and therefore can not be a child.
See Also