Click or drag to resize

ExternalLineHelpersToExternalTuple Method (TupleIEnumerableTupleString, Object, Int32)

Translate a tuple with a record (expressed as a sequence of key-value pairs) to a tuple with an ExternalLine object.

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

Parameters

recTuple
Type: SystemTupleIEnumerableTupleString, Object, Int32
A tuple consisting of a record expressed as a sequence of key-value pairs and a source or target number.

Return Value

Type: TupleExternalLine, Int32
A tuple consisting of an ExternalLine object and the same source or target number.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TupleIEnumerableTupleString, Object, 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