Click or drag to resize

ExternalLineHelpersToExternalTuple Method (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.

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

Parameters

record
Type: System.Collections.GenericIEnumerableTupleString, Object
A sequence of key-value pairs.
clstrNo
Type: SystemInt32
Cluster number; may be 0, which means undetermined.
indexNo
Type: SystemInt32
Either source number or target numbe.r

Return Value

Type: TupleExternalLine, Int32
A tuple consisting of an ExternalLine object and a 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 IEnumerableTupleString, Object. 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