Click or drag to resize

deliveryUnitItemCollectionAddCriteria Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the criteria.

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 opera.
pathMatchRule (Optional)
Type: imbSCI.Core.reporting.style.enumsmetaModelTargetEnum
The path match rule.
pathCriteria (Optional)
Type: SystemString
The path criteria.
metaElementTypeToMatch (Optional)
Type: SystemType
The meta element type to match.
level (Optional)
Type: imbSCI.Data.enumsreportElementLevel
The level.
element (Optional)
Type: imbSCI.Core.interfacesIMetaContentNested
The element.

Return Value

Type: metaContentCriteriaTrigger
See Also