Click or drag to resize

metaContentTriggerOperator Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Operator - the way metaContentCriteriaTrigger is evaluated together with other criterias within metaContentCriteriaTriggerCollection

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public enum metaContentTriggerOperator
Request Example View Source
Members
  Member nameValueDescription
ignore0 This trigger will not affect evaluation
master1 This trigger alone will match if it is happy
exclude2 This trigger musn't be happy
mustHave3 This trigger must be happy to allow match
mayHave4 This trigger will match if happy, if not happy others may decide
See Also