 | ValueSequenceTDataType(FuncXElement, String, PredicateXElement) Constructor |
Creates a new instance of the ValueSequence for an owner, identified by the getOwner function
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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ValueSequence(
Func<XElement> getOwner,
string elementName,
Predicate<XElement> condition
)
Public Sub New (
getOwner As Func(Of XElement),
elementName As String,
condition As Predicate(Of XElement)
)
public:
ValueSequence(
Func<XElement^>^ getOwner,
String^ elementName,
Predicate<XElement^>^ condition
)
Parameters
- getOwner FuncXElement
- Function to get the owner.
- elementName String
- The element name.
- condition PredicateXElement
- Filter criteria.
See Also