FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsSchema Constructor

Initializes a new instance of the clsSchema class.

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

Syntax


public clsSchema(
	deUserSession oUserSession,
	XElement oSchema
)
Public Sub New ( _
	oUserSession As deUserSession, _
	oSchema As XElement _
)
public:
clsSchema(
	deUserSession^ oUserSession, 
	XElement^ oSchema
)

Parameters

oUserSession
Type: FlowWright.cDevDecisionEngine..::..deUserSession
The o user session.
oSchema
Type: XElement
The o schema.