Instantiates an existing CFundRaisingProduct with the given type and product code.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected CFundRaisingProduct(
	IiMISUser user,
	string productCode,
	string fundRaisingType
)
Visual Basic (Declaration)
Protected Sub New ( _
	user As IiMISUser, _
	productCode As String, _
	fundRaisingType As String _
)
Visual C++
protected:
CFundRaisingProduct(
	IiMISUser^ user, 
	String^ productCode, 
	String^ fundRaisingType
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
productCode
Type: System..::.String
The product's key.
fundRaisingType
Type: System..::.String
Type of CFundRaisingProduct object, e.g. "GIFT" or "DONORCLUB."

Remarks

This constructor should only be called from derived classes.

Exceptions

ExceptionCondition
Asi.iBO..::.ObjectNotFoundExceptionThrown if no fundraising product with the specified productCode is found in the database.

See Also