![]() | Value |
The ValueSequenceTDataType type exposes the following members.
Name | Description | |
---|---|---|
![]() | ValueSequenceTDataType(XElement, String) | Creates a new instance of the ValueSequence for the specified owner and the specified name which has to be a valid name for child elements, which can be filtered out from the owner by this name. |
![]() | ValueSequenceTDataType(FuncXElement, String, PredicateXElement) | Creates a new instance of the ValueSequence for an owner, identified by the getOwner function and the specified name which has to be a valid name for child elements, which can be filtered out from the owner by this name. The specified condition is used as an additional filter criteria. |
![]() | ValueSequenceTDataType(XElement, String, PredicateXElement) | Creates a new instance of the ValueSequence for the specified owner and the specified name which has to be a valid name for child elements, which can be filtered out from the owner by this name. The specified condition is used as an additional filter criteria. |
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) |
![]() | ElementAndValues | Gets the collection of Xml-Elements and their associated Values in this ValueSequence. |
![]() | 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) |
![]() | IsOwnerDefined |
Determines, if the owner of the sequence is defined
(Inherited from NamedElementSequenceT) |
![]() | Item |
Gets the value of the CAEX object in this sequence at the given position
(Overrides NamedElementSequenceTItemInt32) |
![]() | Owner |
Gets the owner of this sequence
(Inherited from NamedElementSequenceT) |
![]() | ValueConverter | The value converter |
![]() | Values | Gets a collection of values of the CAEX elements of this sequence |
Name | Description | |
---|---|---|
![]() | Append | Creates a new CAEX object and appends it to the value sequence. The value of the appended object is set to the provided value. |
![]() | At | Gets the value from the element at the specified index. |
![]() | GetEnumerator |
Gets the enumerator for this sequence which enumerates the Values.
(Overrides NamedElementSequenceTGetEnumerator) |
![]() | IndexOf | Gets the Index of the specified element in the sequence of elements with the same name |
![]() | Prepend | Creates a new CAEX object with the provided value and prepends it to already existing elements. |
![]() | Remove |
Removes all CAEX objects from this sequence.
(Inherited from NamedElementSequenceT) |
![]() | RemoveAt |
Removes the element at the given index.
(Inherited from NamedElementSequenceT) |