FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDecisionTable..::..getXMLWithConvertedOutput Method

Gets the XML with converted output.

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

Syntax


public static string getXMLWithConvertedOutput(
	string inputIndex,
	string sDecisionTableXML
)
Public Shared Function getXMLWithConvertedOutput ( _
	inputIndex As String, _
	sDecisionTableXML As String _
) As String
public:
static String^ getXMLWithConvertedOutput(
	String^ inputIndex, 
	String^ sDecisionTableXML
)

Parameters

inputIndex
Type: String
Index of the input.
sDecisionTableXML
Type: String
The s decision table XML.

Return Value

System.String.