This constructor instantiates a CRegistration object from existing data in the database.
Namespace:
Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CRegistration( IiMISUser user, double orderNumber ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ user As IiMISUser, _ orderNumber As Double _ ) |
| Visual C++ |
|---|
public: CRegistration( IiMISUser^ user, double orderNumber ) |
Parameters
- user
- Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- orderNumber
- Type: System..::.Double
The identifier of the associated order.
Exceptions
| Exception | Condition |
|---|---|
| Asi.iBO..::.NotLicensedException | thrown if there is no license for events. |