FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateDataType Method

updateDataType

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

Syntax


public bool updateDataType(
	string sDataTypeID,
	string sDataTypeName,
	string sNamespace,
	string sDllPath
)
Public Function updateDataType ( _
	sDataTypeID As String, _
	sDataTypeName As String, _
	sNamespace As String, _
	sDllPath As String _
) As Boolean
public:
bool^ updateDataType(
	String^ sDataTypeID, 
	String^ sDataTypeName, 
	String^ sNamespace, 
	String^ sDllPath
)

Parameters

sDataTypeID
Type: String
The s data type identifier.
sDataTypeName
Type: String
Name of the s data type.
sNamespace
Type: String
The s namespace.
sDllPath
Type: String
The s DLL path.

Return Value

true if XXXX, false otherwise.