Click or drag to resize

ValueSequenceTDataType Constructor

Overload List
 NameDescription
Public methodValueSequenceTDataType(XElement, String) 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.
Public methodValueSequenceTDataType(FuncXElement, String, PredicateXElement) 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.
Public methodValueSequenceTDataType(XElement, String, PredicateXElement) 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.
Top
See Also