Click or drag to resize

ExternalLineHelpersToRecordTuple Method

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.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public static Tuple<IEnumerable<Tuple<string, Object>>, int> ToRecordTuple(
	this Tuple<ExternalLine, int> extTuple
)

Parameters

extTuple
Type: SystemTupleExternalLine, Int32
An ExternalLine object along with corresponding source or target number.

Return Value

Type: TupleIEnumerableTupleString, Object, Int32
A tuple with a record or null if parameter is null or tuple with null if parameter does not contain a line of text.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TupleExternalLine, Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also