Click or drag to resize

CAEXSequenceT Properties

The CAEXSequenceT 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.
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
(Overrides NamedElementSequenceTItemInt32)
Public propertyItemValueTupleString, String Gets the first CAEX element with a specific XML-Attribute-Value from the sequence of elements.
Public propertyLast Gets a wrapper for the last CAEX element in this sequence, if the sequence contains no elements null is returned.
Public propertyOwner Gets the owner of this sequence
(Inherited from NamedElementSequenceT)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyICAEXSequenceFirst Gets a wrapper for the first CAEX element in this sequence, if the sequence contains no elements null is returned.
Explicit interface implementationPrivate propertyICAEXSequenceItemInt32 Gets a wrapper for the CAEX element in this sequence at the given position
Explicit interface implementationPrivate propertyICAEXSequenceItemValueTupleString, String Gets the first CAEX object with a specific attribute value from the sequence of elements
Explicit interface implementationPrivate propertyICAEXSequenceLast Gets a wrapper for the last CAEX element in this sequence, if the sequence contains no elements null is returned.
Top
See Also