Click or drag to resize
weroSoft AG, Software
MultiplicityPolicy Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the multiplicity of elements.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum MultiplicityPolicy
Members
  Member nameValueDescription
ZeroOrOne0 Defines a multiplicity of zero or one element.
One1 Defines a multiplicity of exact one element.
ZeroOrMany2 Defines a multiplicity of zero or many elements.
OneOrMany3 Defines a multiplicity of one or many elements.
See Also