Gets all CFunction objects for the given CEvent.

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

Syntax

C#
public static Hashtable GetFunctions(
	IiMISUser user,
	CEvent parent
)
Visual Basic
Public Shared Function GetFunctions ( _
	user As IiMISUser, _
	parent As CEvent _
) As Hashtable
Visual C++
public:
static Hashtable^ GetFunctions(
	IiMISUser^ user, 
	CEvent^ parent
)

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 for which functions are retrieved.

Return Value

A Hashtable where the keys are the FunctionCode and the values are CFunction objects. An empty Hashtable is returned if no CFunction objects are found.

See Also