![]() | CAEXSequence |
The CAEXSequenceOfCAEXObjectsT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CAEXSequenceOfCAEXObjectsT(XElement, String, FuncXElement, T) | Initializes a new instance of the CAEXSequenceOfCAEXObjectsT class. |
![]() | CAEXSequenceOfCAEXObjectsT(XElement, String, FuncXElement, T, PredicateXElement) | Initializes a new instance of the CAEXSequenceOfCAEXObjectsT class with condition. |
Name | Description | |
---|---|---|
![]() | CAEXOwner |
Gets the CAEX owner of this sequence
(Inherited from NamedElementSequenceT) |
![]() | Count |
Gets the number of elements in this sequence
(Inherited from NamedElementSequenceT) |
![]() | ElementName |
Gets the name of the elements in this sequence
(Inherited from NamedElementSequenceT) |
![]() | Elements |
Gets a list of unwrapped CAEX elements (XElements) of this sequence
(Inherited from NamedElementSequenceT) |
![]() | Exists |
Determines, if the sequence contains any element
(Inherited from NamedElementSequenceT) |
![]() | First |
Gets a wrapper for the first CAEX element in this sequence, if the sequence contains no elements null is
returned.
(Inherited from CAEXSequenceT) |
![]() | IsOwnerDefined |
Determines, if the owner of the sequence is defined
(Inherited from NamedElementSequenceT) |
![]() | ItemInt32 |
Gets a wrapper for the CAEX element in this sequence at the given position
(Inherited from CAEXSequenceT) |
![]() | ItemString | Gets the first CAEX object with this name from the sequence of elements. |
![]() | ItemString | Gets the CAEX object which can be identified with a CAEX path, where the path parts are defined in the provided array of names. |
![]() | ItemValueTupleString, String |
Gets the first CAEX element with a specific XML-Attribute-Value from the sequence of elements.
(Inherited from CAEXSequenceT) |
![]() | Last |
Gets a wrapper for the last CAEX element in this sequence, if the sequence contains no elements null is
returned.
(Inherited from CAEXSequenceT) |
![]() | Owner |
Gets the owner of this sequence
(Inherited from NamedElementSequenceT) |
Name | Description | |
---|---|---|
![]() | Append |
Creates a new CAEX object and appends it to already existing elements in this sequence.
(Inherited from CAEXSequenceT) |
![]() | Append(String) | Creates a new CAEX object with the specified name and appends it to the sequence. |
![]() ![]() | Append(ValueTupleString, Object) |
Creates a new CAEX object and appends it to already existing elements. The content of the
new element can be optionally defined using an array of tuples defining attribute names and their values.
(Inherited from CAEXSequenceT) |
![]() | At |
Gets the CAEX object at the specified index.
(Inherited from CAEXSequenceT) |
![]() | GetEnumerator |
Gets the enumerator for this sequence.
(Inherited from CAEXSequenceT) |
![]() | IndexOf |
Gets the Index of the specified CAEX object in this sequence of elements.
(Inherited from CAEXSequenceT) |
![]() | Insert |
Inserts the specified element into this sequence. If nothing is specified the element is added.
If the asFirst is set to true, the element is prepended to already existing ones. If a UniqueNameService
can be located, the name of the inserted element is changed to be unique.
(Overrides CAEXSequenceTInsert(T, Boolean)) |
![]() | InsertAt |
Inserts the specified CAEX object into this sequence at the defined index.
(Inherited from CAEXSequenceT) |
![]() | Move |
Moves the CAEX object at the specified index to a new location in the collection.
(Inherited from CAEXSequenceT) |
![]() | Prepend |
Creates a new CAEX object and prepends it to already existing elements.
(Inherited from CAEXSequenceT) |
![]() | Prepend(String) | Creates a new CAEX object with the specified name and prepends it to the sequence. |
![]() | Prepend(ValueTupleString, Object) |
Creates a new CAEX object and prepends it to already existing elements. The content of the
new element can be defined using an array of tuples defining attribute names and their values.
(Inherited from CAEXSequenceT) |
![]() | Remove |
Removes all CAEX objects from this sequence.
(Inherited from NamedElementSequenceT) |
![]() | RemoveAt |
Removes the element at the given index.
(Inherited from NamedElementSequenceT) |
![]() | RemoveElement |
Removes the provided CAEX object from this sequence.
(Inherited from CAEXSequenceT) |