FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createDataType Method

createDataType

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.