Click or drag to resize

ExpectedCount Enumeration

The expected count.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public enum ExpectedCount
Members
  Member nameValueDescription
Undefined0 The undefined.
None1 No item expected
NoneOrOne2 No or one item expected
One3 Exactly one item expected
Any4 At least one item expected
Multiple5 More than one item expected
See Also