FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDecisionTableDataRow Constructor

Initializes a new instance of the clsDecisionTableDataRow class.

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

Syntax


public clsDecisionTableDataRow(
	XElement oDataRowNode
)
Public Sub New ( _
	oDataRowNode As XElement _
)
public:
clsDecisionTableDataRow(
	XElement^ oDataRowNode
)

Parameters

oDataRowNode
Type: XElement
The o data row node.