FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createBusinessObjectDefinition Method

Creates the business object definition.

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

Syntax


public bool createBusinessObjectDefinition(
	string sBoID,
	string boName,
	string boNameSpace,
	string boDllPath
)
Public Function createBusinessObjectDefinition ( _
	sBoID As String, _
	boName As String, _
	boNameSpace As String, _
	boDllPath As String _
) As Boolean
public:
bool^ createBusinessObjectDefinition(
	String^ sBoID, 
	String^ boName, 
	String^ boNameSpace, 
	String^ boDllPath
)

Parameters

sBoID
Type: String
The s bo identifier.
boName
Type: String
Name of the bo.
boNameSpace
Type: String
The bo name space.
boDllPath
Type: String
The bo DLL path.

Return Value

true if XXXX, false otherwise.