Click or drag to resize

InternalElementSequence Properties

The InternalElementSequence type exposes the following members.

Properties
 NameDescription
Public propertyCAEXOwner Gets the CAEX owner of this sequence
(Inherited from NamedElementSequenceT)
Public propertyCount Gets the number of elements in this sequence
(Inherited from NamedElementSequenceT)
Public propertyElementName Gets the name of the elements in this sequence
(Inherited from NamedElementSequenceT)
Public propertyElements Gets a list of unwrapped CAEX elements (XElements) of this sequence
(Inherited from NamedElementSequenceT)
Public propertyExists Determines, if the sequence contains any element
(Inherited from NamedElementSequenceT)
Public propertyFirst Gets a wrapper for the first CAEX element in this sequence, if the sequence contains no elements null is returned.
(Inherited from CAEXSequenceT)
Public propertyIsOwnerDefined Determines, if the owner of the sequence is defined
(Inherited from NamedElementSequenceT)
Public propertyItemInt32 Gets a wrapper for the CAEX element in this sequence at the given position
(Inherited from CAEXSequenceT)
Public propertyItemString Gets the first CAEX object with this name from the sequence of elements.
(Inherited from CAEXSequenceOfCAEXObjectsT)
Public propertyItemString Gets the CAEX object which can be identified with a CAEX path, where the path parts are defined in the provided array of names.
(Inherited from CAEXSequenceOfCAEXObjectsT)
Public propertyItemValueTupleString, String Gets the first CAEX element with a specific XML-Attribute-Value from the sequence of elements.
(Inherited from CAEXSequenceT)
Public propertyLast Gets a wrapper for the last CAEX element in this sequence, if the sequence contains no elements null is returned.
(Inherited from CAEXSequenceT)
Public propertyOwner Gets the owner of this sequence
(Inherited from NamedElementSequenceT)
Top
See Also