FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsSchemaProvider..::..createSchema Method

Creates the schema.

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

Syntax


public clsSchemaModel createSchema(
	string itemID,
	schemaType oSchemaType,
	schemaMode oMode,
	string sInputForSchema,
	string schemaName
)
Public Function createSchema ( _
	itemID As String, _
	oSchemaType As schemaType, _
	oMode As schemaMode, _
	sInputForSchema As String, _
	schemaName As String _
) As clsSchemaModel
public:
clsSchemaModel^ createSchema(
	String^ itemID, 
	schemaType^ oSchemaType, 
	schemaMode^ oMode, 
	String^ sInputForSchema, 
	String^ schemaName
)

Parameters

itemID
Type: String
The item identifier.
oSchemaType
Type: FlowWright.cDevDecisionEngine..::..schemaType
Type of the o schema.
oMode
Type: FlowWright.cDevDecisionEngine..::..schemaMode
The o mode.
sInputForSchema
Type: String
The s input for schema.
schemaName
Type: String
Name of the schema.

Return Value

clsSchemaModel.