Click or drag to resize

metaContentCriteriaTriggerCollectionevaluate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the specified test content.

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

Parameters

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

Return Value

Type: Boolean
Remarks

Results of multiple metaContentCriteriaTrigger instances within the collection are combined with associated metaContentTriggerOperator logic operators.

See Also