Click or drag to resize

CAEXSequenceT Methods

The CAEXSequenceT type exposes the following members.

Methods
 NameDescription
Public methodAppend Creates a new CAEX object and appends it to already existing elements in this sequence.
Public methodCode exampleAppend(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.
Public methodAt Gets the CAEX object at the specified index.
Public methodGetEnumerator Gets the enumerator for this sequence.
(Overrides NamedElementSequenceTGetEnumerator)
Public methodIndexOf Gets the Index of the specified CAEX object in this sequence of elements.
Public methodInsert 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.
Public methodInsertAt Inserts the specified CAEX object into this sequence at the defined index.
Public methodMove Moves the CAEX object at the specified index to a new location in the collection.
Public methodPrepend Creates a new CAEX object and prepends it to already existing elements.
Public methodPrepend(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.
Public methodRemove Removes all CAEX objects from this sequence.
(Inherited from NamedElementSequenceT)
Public methodRemoveAt Removes the element at the given index.
(Inherited from NamedElementSequenceT)
Public methodRemoveElement Removes the provided CAEX object from this sequence.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodICAEXSequenceAppend Creates a new CAEX object and appends it to already existing elements in this sequence.
Explicit interface implementationPrivate methodCode exampleICAEXSequenceAppend(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.
Explicit interface implementationPrivate methodICAEXSequenceAt Gets the CAEX object at the specified index.
Explicit interface implementationPrivate methodICAEXSequenceGetEnumerator Gets the enumerator for this sequence.
Explicit interface implementationPrivate methodICAEXSequenceIndexOf Gets the Index of the specified CAEX object in this sequence of elements.
Explicit interface implementationPrivate methodICAEXSequenceInsert 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.
Explicit interface implementationPrivate methodICAEXSequenceInsertAt Inserts the specified CAEX object into this sequence at the defined index.
Explicit interface implementationPrivate methodICAEXSequencePrepend Creates a new CAEX object and prepends it to already existing elements.
Explicit interface implementationPrivate methodICAEXSequencePrepend(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.
Explicit interface implementationPrivate methodICAEXSequenceRemoveElement Removes the provided CAEX object from this sequence.
Top
See Also