Click or drag to resize

MetaContentNestedBaseresolve Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resolves [!:imbSCI.Reporting.reporting.style.enums.metaModelTargetEnum] against metaContent DOM

Namespace:  imbSCI.Reporting.meta.core
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public virtual List<IMetaContentNested> resolve(
	metaModelTargetEnum target,
	string needle = "",
	IMetaContentNested output = null
)
Request Example View Source

Parameters

target
Type: imbSCI.Core.reporting.style.enumsmetaModelTargetEnum
The kind of relative navigation applied
needle (Optional)
Type: SystemString
The needle: text/string/path used by certain [!:imbSCI.Reporting.reporting.style.enums.metaModelTargetEnum]
output (Optional)
Type: imbSCI.Core.interfacesIMetaContentNested
Default IMetaContentNested if resolve fails

Return Value

Type: ListIMetaContentNested
Result of resolution

Implements

IMetaContentNestedresolve(metaModelTargetEnum, String, IMetaContentNested)
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also

Reference

[!:imbSCI.Data.extensions.data.imbPathExtensions.getChildByPath(IObjectWithChildSelector, string)]