FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExpressions..::..createUpdateExpression Method

Creates the update expression.

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

Syntax


public bool createUpdateExpression(
	string sExpName,
	string sExpression,
	expressionType sType,
	string sExpDesc,
	string sExpExample,
	string sExpID
)
Public Function createUpdateExpression ( _
	sExpName As String, _
	sExpression As String, _
	sType As expressionType, _
	sExpDesc As String, _
	sExpExample As String, _
	sExpID As String _
) As Boolean
public:
bool^ createUpdateExpression(
	String^ sExpName, 
	String^ sExpression, 
	expressionType^ sType, 
	String^ sExpDesc, 
	String^ sExpExample, 
	String^ sExpID
)

Parameters

sExpName
Type: String
Name of the s exp.
sExpression
Type: String
The s expression.
sType
Type: FlowWright.cDevDeAPI..::..expressionType
Type of the s.
sExpDesc
Type: String
The s exp desc.
sExpExample
Type: String
The s exp example.
sExpID
Type: String
The s exp identifier.

Return Value

true if XXXX, false otherwise.