This constructor is used to create a new CFunction object.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CFunction(
	IiMISUser user,
	CEvent parent,
	string functionCode
)
Visual Basic
Public Sub New ( _
	user As IiMISUser, _
	parent As CEvent, _
	functionCode As String _
)
Visual C++
public:
CFunction(
	IiMISUser^ user, 
	CEvent^ parent, 
	String^ functionCode
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
parent
Type: Asi.iBO.Events..::..CEvent
The CEvent object containing the new CFunction.
functionCode
Type: System..::..String
The function code to use for the new CFunction.

See Also