FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateDataTypeAttribute Method

Updates the data type attribute.

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

Syntax


public bool updateDataTypeAttribute(
	string dataTypeName,
	string attributeName,
	string attributeValue
)
Public Function updateDataTypeAttribute ( _
	dataTypeName As String, _
	attributeName As String, _
	attributeValue As String _
) As Boolean
public:
bool^ updateDataTypeAttribute(
	String^ dataTypeName, 
	String^ attributeName, 
	String^ attributeValue
)

Parameters

dataTypeName
Type: String
Name of the data type.
attributeName
Type: String
Name of the attribute.
attributeValue
Type: String
The attribute value.

Return Value

true if XXXX, false otherwise.