Click or drag to resize

metaContentCriteriaTriggerevaluateSelf Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates it self - returns raw result without applying triggerOperator.

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public bool evaluateSelf(
	IMetaContentNested testContent
)
Request Example View Source

Parameters

testContent
Type: imbSCI.Core.interfacesIMetaContentNested
Content of the test.

Return Value

Type: Boolean
Returns true on first criteria matched, otherwise returns false
See Also