Click or drag to resize

metaContentCriteriaTriggerCollectionAddCriteria Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new metaContentCriteriaTrigger match rule and its operator

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaContentCriteriaTrigger AddCriteria(
	metaContentTriggerOperator opera,
	metaModelTargetEnum pathMatchRule = metaModelTargetEnum.scope,
	string pathCriteria = null,
	Type metaElementTypeToMatch = null,
	reportElementLevel level = reportElementLevel.none,
	IMetaContentNested element = null
)
Request Example View Source

Parameters

opera
Type: imbSCI.Reporting.meta.deliverymetaContentTriggerOperator
The operator: how this criteria combines with others in this collection
pathMatchRule (Optional)
Type: imbSCI.Core.reporting.style.enumsmetaModelTargetEnum
pathCriteria (Optional)
Type: SystemString
The path with [!:imbSCI.Data.extensions.data.imbPathExtensions.getChildByPath(IObjectWithChildSelector, string)] and to test if it returns the same IElement
metaElementTypeToMatch (Optional)
Type: SystemType
Type that test instance must be compatibile with
level (Optional)
Type: imbSCI.Data.enumsreportElementLevel
The level of element to test against
element (Optional)
Type: imbSCI.Core.interfacesIMetaContentNested
The element instance to test against

Return Value

Type: metaContentCriteriaTrigger
See Also