![]() | ICAEXSequence Interface |
The ICAEXSequence type exposes the following members.
Name | Description | |
---|---|---|
![]() | First | Gets a wrapper for the first CAEX element in this sequence, if the sequence contains no elements null is returned. |
![]() | ItemInt32 | Gets a wrapper for the CAEX element in this sequence at the given position |
![]() | ItemValueTupleString, String | Gets the first CAEX object with a specific attribute value from the sequence of elements |
![]() | Last | Gets a wrapper for the last CAEX element in this sequence, if the sequence contains no elements null is returned. |
Name | Description | |
---|---|---|
![]() | Append | Creates a new CAEX object and appends it to already existing elements in this 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. |
![]() | At | Gets the CAEX object at the specified index. |
![]() | GetEnumerator | Gets the enumerator for this sequence. |
![]() | IndexOf | Gets the Index of the specified CAEX object in this sequence of elements. |
![]() | Insert | Inserts the specified CAEX object into this sequence. If no position is specified the element is appended. If 'asFirst' is set to true, the element is prepended to already existing ones. |
![]() | InsertAt | Inserts the specified CAEX object into this sequence at the defined index. |
![]() | Move | Moves the CAEX object at the specified index to a new location in the collection. |
![]() | Prepend | Creates a new CAEX object and prepends it to already existing elements. |
![]() | 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. |
![]() | RemoveElement | Removes the provided CAEX object from this sequence. |