![]() | AMLGroup |
The AMLGroupInternalElementSequence type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddNewMirror |
Adds a new mirror InternalElement to this sequence.
(Inherited from InternalElementSequence) |
![]() | 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.
(Inherited from CAEXSequenceOfCAEXObjectsT) |
![]() ![]() | 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) |
![]() | AppendWithReference |
Appends a new object to the sequence with a reference to the provided class.
(Inherited from CAEXSequenceOfCAEXObjectsWithReferenceT) |
![]() | 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 InternalElement into this sequence. Before the InternalElement is inserted, it is checked,
if it is a valid Group-InternalElement.
(Overrides CAEXSequenceOfCAEXObjectsTInsert(T, Boolean)) |
![]() | InsertAt |
Inserts the specified CAEX object into this sequence at the defined index.
(Inherited from CAEXSequenceT) |
![]() | InternalElementDescendantsAndSelf |
Gets all InternalElements and the InternalElement descendants (the InternalElement tree)
(Inherited from InternalElementSequence) |
![]() | 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.
(Inherited from CAEXSequenceOfCAEXObjectsT) |
![]() | 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) |