Click or drag to resize

Xrecord Class

One of the forms (derived classes) of the ExternalLine type. Represents record-like data sent into or out of Data Conveyer. Applicable to XML and JSON data kinds.
Inheritance Hierarchy

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public class Xrecord : ExternalLine

The Xrecord type exposes the following members.

Properties
  NameDescription
Public propertyClstrNo
Cluster number associated with the record; 0 means undetermined. Data Conveyer assigns this number based on the ClusterNode value of the XmlJsonIntakeSettings setting. This number is assigned sequentially, separately for each source. The ClstrNo is intended for evaluation (together with SourceNo) by the ClusterMarker function, which controls determination of the ClstrNo of the record (IRecord) on intake.
(Overrides ExternalLineClstrNo.)
Public propertyExcerpt
First item in a form key=value.
(Overrides ExternalLineExcerpt.)
Public propertyItems
A sequence of key-value pairs, each pair defining a single element (field) of the record; both key and value are strings.
(Overrides ExternalLineItems.)
Public propertyText
A single line of text. Only meaningful in case of Xtext subclass; otherwise null (Nothing in Visual Basic).
(Inherited from ExternalLine.)
Public propertyTraceBin
Initial trace bin contents that may be obtained from XML nodes that represent clusters.
(Overrides ExternalLineTraceBin.)
Public propertyType
Nature of data that Data Conveyer receives from Intake and sends to Output.
(Inherited from ExternalLine.)
Top
Extension Methods
  NameDescription
Public Extension MethodToTupleOverloaded.
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.)
Public Extension MethodToTuple(Int32)Overloaded.
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers.
(Defined by ExternalLineHelpers.)
Top
See Also