FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConnection Constructor

Constructor.

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

Syntax


public clsConnection(
	XElement oConnXML,
	clsConfig oConfig
)
Public Sub New ( _
	oConnXML As XElement, _
	oConfig As clsConfig _
)
public:
clsConnection(
	XElement^ oConnXML, 
	clsConfig^ oConfig
)

Parameters

oConnXML
Type: XElement
Element describing the connection.
oConfig
Type: FlowWright.cDevDecisionEngine..::..clsConfig
The o configuration.

Remarks


Dileepa, 2/20/2014.