This constructor instantiates a CRegistration object from existing data in the database.

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

Syntax

C#
public CRegistration(
	IiMISUser user,
	double orderNumber
)
Visual Basic
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

ExceptionCondition
Asi.iBO..::..NotLicensedException thrown if there is no license for events.

See Also