Click or drag to resize

CAEXSequenceOfCAEXObjectsT(XElement, String, FuncXElement, T, PredicateXElement) Constructor

Initializes a new instance of the CAEXSequenceOfCAEXObjectsT class with condition.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXSequenceOfCAEXObjects(
	XElement owner,
	string caexName,
	Func<XElement, T> create,
	Predicate<XElement> condition
)

Parameters

owner  XElement
The sequence owner element
caexName  String
The caex name of the sequence element
create  FuncXElement, T
function delegate to create an sequence item.
condition  PredicateXElement
condition evaluated before an item is created
See Also