Click or drag to resize

checkListLogic Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum checkListLogic
Request Example View Source
Members
  Member nameValueDescription
AND0 The and
OR1 The or
NOT2 The not
NOR3 The nor: !(a || b)
See Also