Click or drag to resize

Xsegment Class

One of the forms (derived types) of the ExternalLine type. Intended to represent X12 segment (future use, currently X12 data kind is represented by Xtext type).
Inheritance Hierarchy

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

The Xsegment type exposes the following members.

Constructors
  NameDescription
Public methodXsegment
Initializes a new instance of the Xsegment class
Top
Properties
  NameDescription
Public propertyClstrNo
Cluster number. Only meaningful in case of Xrecord subclass; otherwise 0. Note that this number is not the same as the ClstrNo of the actual record (IRecord).
(Inherited from ExternalLine.)
Public propertyExcerpt
Sample contents of the object to help identifying it, e.g. in error messages.
(Inherited from ExternalLine.)
Public propertyItems
Sequence of key-value pairs representing a record. Only meaningful in case of Xrecord subclass; otherwise null (Nothing in Visual Basic).
(Inherited from ExternalLine.)
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. Only meaningful in case of Xrecord subclass; otherwise null.
(Inherited from ExternalLine.)
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