FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..getConnection Method (String, String, String)

Gets the connection.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public clsConnection getConnection(
	string sSourceParentID,
	string sTargetParentID,
	string sReturnValue
)
Public Function getConnection ( _
	sSourceParentID As String, _
	sTargetParentID As String, _
	sReturnValue As String _
) As clsConnection
public:
clsConnection^ getConnection(
	String^ sSourceParentID, 
	String^ sTargetParentID, 
	String^ sReturnValue
)

Parameters

sSourceParentID
Type: String
The s source parent identifier.
sTargetParentID
Type: String
The s target parent identifier.
sReturnValue
Type: String
The s return value.

Return Value

clsConnection.