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.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CGift( IiMISUser user ) |
| Visual Basic (Declaration) |
|---|
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.