FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasBusinessObjectDefinition Method

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

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

Syntax


public bool hasBusinessObjectDefinition(
	string dllNameSpace,
	string dllPath
)
Public Function hasBusinessObjectDefinition ( _
	dllNameSpace As String, _
	dllPath As String _
) As Boolean
public:
bool^ hasBusinessObjectDefinition(
	String^ dllNameSpace, 
	String^ dllPath
)

Parameters

dllNameSpace
Type: String
The DLL name space.
dllPath
Type: String
The DLL path.

Return Value

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