This constructor is used to instantiate existing CFunction objects from the database.
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CFunction( IiMISUser user, string eventCode, string functionCode ) |
| Visual Basic |
|---|
Public Sub New ( _ user As IiMISUser, _ eventCode As String, _ functionCode As String _ ) |
| Visual C++ |
|---|
public: CFunction( IiMISUser^ user, String^ eventCode, String^ functionCode ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- eventCode
- Type: System..::..String
The event code for the parent CEvent.
- functionCode
- Type: System..::..String
The function code for the desired CFunction object.