Click or drag to resize

ExternalLineHelpersToTuple Method (ExternalLine, Int32)

Translate an ExternalLine object 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> ToTuple(
	this ExternalLine line,
	int indexNo
)

Parameters

line
Type: Mavidian.DataConveyer.CommonExternalLine
An ExternalLine object.
indexNo
Type: SystemInt32
Either source or target number to assign.

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 ExternalLine. 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