ExternalLine Class |
Namespace: Mavidian.DataConveyer.Common
The ExternalLine type exposes the following members.
Name | Description | |
---|---|---|
ClstrNo | ||
Excerpt |
Sample contents of the object to help identifying it, e.g. in error messages.
| |
Items |
Sequence of key-value pairs representing a record. Only meaningful in case of Xrecord subclass; otherwise null (Nothing in Visual Basic).
| |
Text |
A single line of text. Only meaningful in case of Xtext subclass; otherwise null (Nothing in Visual Basic).
| |
TraceBin |
Initial trace bin contents that may be obtained from XML nodes that represent clusters. Only meaningful in case of Xrecord subclass; otherwise null.
| |
Type |
Nature of data that Data Conveyer receives from Intake and sends to Output.
|
Name | Description | |
---|---|---|
ToTuple | Overloaded.
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers in case of a single source or target.
(Defined by ExternalLineHelpers.) | |
ToTuple(Int32) | Overloaded.
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers.
(Defined by ExternalLineHelpers.) |