FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsComment Constructor

Constructor.

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

Syntax


public clsComment(
	XElement oCommentXML,
	clsConfig oConfig
)
Public Sub New ( _
	oCommentXML As XElement, _
	oConfig As clsConfig _
)
public:
clsComment(
	XElement^ oCommentXML, 
	clsConfig^ oConfig
)

Parameters

oCommentXML
Type: XElement
The o comment XML.
oConfig
Type: FlowWright.cDevDecisionEngine..::..clsConfig
The o configuration.

Remarks


Dileepa, 2/20/2014.