FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExecutionIteration..::..addChildProperty Method

add child nodes

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

Syntax


public void addChildProperty(
	string childName,
	string propertyName,
	string propertyValue
)
Public Sub addChildProperty ( _
	childName As String, _
	propertyName As String, _
	propertyValue As String _
)
public:
void addChildProperty(
	String^ childName, 
	String^ propertyName, 
	String^ propertyValue
)

Parameters

childName
Type: String
Name of the child.
propertyName
Type: String
Name of the property.
propertyValue
Type: String
The property value.