FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateBusinessObjectDefinition Method

Updates the business object definition.

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

Syntax


public bool updateBusinessObjectDefinition(
	string sBoID,
	string boName,
	string boNameSpace,
	string boDllPath
)
Public Function updateBusinessObjectDefinition ( _
	sBoID As String, _
	boName As String, _
	boNameSpace As String, _
	boDllPath As String _
) As Boolean
public:
bool^ updateBusinessObjectDefinition(
	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.