Creates a new instance of the class in order to create a new gift transaction. Existing gift transactions cannot be instantiated. CActivity should be used to view prior donations.

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

Syntax

C#
public CGift(
	IiMISUser user
)
Visual Basic
Public Sub New ( _
	user As IiMISUser _
)
Visual C++
public:
CGift(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

See Also