FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableColumns..::..addItem Method

Adds the item.

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

Syntax


public bool addItem(
	tableItemTypes oItemType,
	string Name,
	string colData,
	int noOfCol,
	string sRoleList
)
Public Function addItem ( _
	oItemType As tableItemTypes, _
	Name As String, _
	colData As String, _
	noOfCol As Integer, _
	sRoleList As String _
) As Boolean
public:
bool^ addItem(
	tableItemTypes^ oItemType, 
	String^ Name, 
	String^ colData, 
	int^ noOfCol, 
	String^ sRoleList
)

Parameters

oItemType
Type: FlowWright.cDevDeAPI..::..tableItemTypes
Type of the o item.
Name
Type: String
The name.
colData
Type: String
The col data.
noOfCol
Type: Int32
The no of col.
sRoleList
Type: String
The s role list.

Return Value

true if XXXX, false otherwise.