Creates a new CFundRaisingProduct object of the given type.

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

Syntax

C#
public CFundRaisingProduct(
	IiMISUser user,
	string productMajor,
	string productMinor,
	string fundRaisingType
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser, _
	productMajor As String, _
	productMinor As String, _
	fundRaisingType As String _
)
Visual C++
public:
CFundRaisingProduct(
	IiMISUser^ user, 
	String^ productMajor, 
	String^ productMinor, 
	String^ fundRaisingType
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
productMajor
Type: System..::.String
The major portion of the product's key for those products with two-part keys. Or the product's key for products with one part keys.
productMinor
Type: System..::.String
The minor portion of the product's key for those products with two-part keys. Or string.Empty for products with one part keys.
fundRaisingType
Type: System..::.String
Type of CFundRaisingProduct object, e.g. "GIFT" or "DONORCLUB."

Remarks

This constructor should only be called from derived classes.

See Also