FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsBusinessObject..::..getBOPropertyListRecursive Method

Gets the bo property list recursive.

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

Syntax


public void getBOPropertyListRecursive(
	Object oBusinessObject,
	PropertyInfo[] oProps,
	string startKey,
	ref Dictionary<string, string> oBOData
)
Public Sub getBOPropertyListRecursive ( _
	oBusinessObject As Object, _
	oProps As PropertyInfo(), _
	startKey As String, _
	ByRef oBOData As Dictionary(Of String, String) _
)
public:
void getBOPropertyListRecursive(
	Object^ oBusinessObject, 
	array<PropertyInfo^>^ oProps, 
	String^ startKey, 
	Dictionary<String^, String^>^% oBOData
)

Parameters

oBusinessObject
Type: Object
The o business object.
oProps
Type: array<PropertyInfo>[]()[][]
The o props.
startKey
Type: String
The start key.
oBOData
Type: Dictionary<(Of <(<'String, String>)>)>%
The o bo data.