FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasBusinessObjectDefinitionName Method

Determines whether [has business object definition] [the specified bo name].

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

Syntax


public bool hasBusinessObjectDefinitionName(
	string sBoName,
	string sBoID
)
Public Function hasBusinessObjectDefinitionName ( _
	sBoName As String, _
	sBoID As String _
) As Boolean
public:
bool^ hasBusinessObjectDefinitionName(
	String^ sBoName, 
	String^ sBoID
)

Parameters

sBoName
Type: String
Name of the bo.
sBoID
Type: String
The s bo identifier.

Return Value

true if [has business object definition] [the specified bo name]; otherwise, false.