Click or drag to resize

ExternalLineHelpers Class

Helper methods such as extension methods to assist in translating to/from ExternalLine objects.
Inheritance Hierarchy
SystemObject
  Mavidian.DataConveyer.CommonExternalLineHelpers

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

The ExternalLineHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberStripIndexNo
Translate a tuple with an ExternalLine object to a tuple with the same object and a source or target number of 1.
Public methodStatic memberToExternalLine(IEnumerableTupleString, Object)
Translate a record expressed as a sequence of key-value pairs into an ExternalLine object with an undetermined cluster number.
Public methodStatic memberToExternalLine(String)
Translate a line of text into an ExternalLine object.
Public methodStatic memberToExternalLine(IEnumerableTupleString, Object, Int32)
Translate a record expressed as a sequence of key-value pairs into an ExternalLine object.
Public methodStatic memberToExternalTuple(IEnumerableTupleString, Object)
Translate a record expressed as a sequence of key-value pairs (where a cluster number is undetermined) into a tuple used by intake suppliers and output consumers in case of a single source or target.
Public methodStatic memberToExternalTuple(String)
Translate a line of text into a tuple used by intake suppliers and output consumers in case of a single source or target.
Public methodStatic memberToExternalTuple(TupleIEnumerableTupleString, Object, Int32)
Translate a tuple with a record (expressed as a sequence of key-value pairs) to a tuple with an ExternalLine object.
Public methodStatic memberToExternalTuple(TupleString, Int32)
Translate a tuple with a line of text to a tuple with an ExternalLine object.
Public methodStatic memberToExternalTuple(IEnumerableTupleString, Object, Int32)
Translate a record expressed as a sequence of key-value pairs into a tuple used by by intake suppliers and output consumers in case of a single source or target.
Public methodStatic memberToExternalTuple(String, Int32)
Translate a line of text into a tuple used by suppliers and consumers.
Public methodStatic memberToExternalTuple(IEnumerableTupleString, Object, Int32, Int32)
Translate a record expressed as a sequence of key-value pairs into a tuple used by intake suppliers and output consumers.
Public methodStatic memberToRecordTuple
Translate tuple with an ExternalLine object to a tuple with a record (expressed as a sequence of key-value pairs). The source or output number remains unchanged.
Public methodStatic memberToTextTuple
Translate a tuple with an ExternalLine object to a tuple with a line of text. The source or output number remains unchanged.
Public methodStatic memberToTuple(String)
Translate a line of text into a tuple consisting of this line and a source or target number of 1.
Public methodStatic memberToTuple(ExternalLine)
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers in case of a single source or target.
Public methodStatic memberToTuple(String, Int32)
Translate a line of text into a tuple consisting of this line and a corresponding source or target number.
Public methodStatic memberToTuple(ExternalLine, Int32)
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers.
Top
See Also