FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsVariable..::..fromXML Method

Create variable from XML

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

Syntax


public static clsVariable fromXML(
	XElement oVarNode
)
Public Shared Function fromXML ( _
	oVarNode As XElement _
) As clsVariable
public:
static clsVariable^ fromXML(
	XElement^ oVarNode
)

Parameters

oVarNode
Type: XElement
The o variable node.

Return Value

clsVariable.