FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExpressions..::..hasExpressionName Method

Determines whether [has expression name] [the specified s expression name].

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

Syntax


public bool hasExpressionName(
	string sExpressionName,
	expressionType oType,
	string sExpressionID
)
Public Function hasExpressionName ( _
	sExpressionName As String, _
	oType As expressionType, _
	sExpressionID As String _
) As Boolean
public:
bool^ hasExpressionName(
	String^ sExpressionName, 
	expressionType^ oType, 
	String^ sExpressionID
)

Parameters

sExpressionName
Type: String
Name of the s expression.
oType
Type: FlowWright.cDevDeAPI..::..expressionType
Type of the o.
sExpressionID
Type: String
The s expression identifier.

Return Value

true if [has expression name] [the specified s expression name]; otherwise, false.