Click or drag to resize

ValueSequenceTDataType(XElement, String, PredicateXElement) Constructor

Creates a new instance of the ValueSequence for the specified owner and the specified name which has to be a valid name for child elements, which can be filtered out from the owner by this name. The specified condition is used as an additional filter criteria.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ValueSequence(
	XElement owner,
	string elementName,
	Predicate<XElement> condition
)

Parameters

owner  XElement
The owner.
elementName  String
The element name.
condition  PredicateXElement
Filter criteria.
See Also