Click or drag to resize
weroSoft AG, Software
ChildPolicy Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the child 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 ChildPolicy
Members
  Member nameValueDescription
IsDirectChildOf0 Indicates that the statement is a direct child of one or multiple types.
IsIndirectChildOf1 Indicates that the statement is a indirect child of one ore more types.
IsDirectOrIndirectChildOf2 Indicates that the statement is a direct or an indirect child of one or multiple types.
IsSingleInstance3 Indicates that the statement can only be used once within the same containment.
See Also