The CGiftProduct type exposes the following members.

Constructors

  NameDescription
CGiftProductOverloaded.

Methods

  NameDescription
AddKitItemOverloaded.
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Delete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetGiftProducts
Gets all of the Gift products defined in the system
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetKitItem
Gets the CKitItem object corresponding to the given ProductCode in the kit. If this CProduct is not a kit, or if the given ProductCode is not present in the kit, returns null.
(Inherited from CProduct.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveKitItemOverloaded.
SaveOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Validates the data set in the product's properties against cross-property business rules. If any errors are found Validate will return false and the Asi.iBO.Errors property should be checked for details. Validate can be called at any time to check for errors but it will automatically be called at save time.
(Inherited from CProduct.)

Fields

  NameDescription
mAdjustmentAccount
The general ledger account to be used for adjustments.
(Inherited from CProduct.)
mAppealCode
The default AppealCode associated with this product.
(Inherited from CProduct.)
mApplyImageFlag
Contains the value of the APPLY_IMAGE field of the Product table.
(Inherited from CProduct.)
mApplyInfoFlag
Contains the value of the APPLY_INFO field of the Product table.
(Inherited from CProduct.)
mApplyThumbnailFlag
Contains the value of the APPLY_THUMBNAIL field of the Product table.
(Inherited from CProduct.)
mAttributes
Contains the value of the ATTRIBUTES field of the Product table.
(Inherited from CProduct.)
mCampaignCode
The default CampaignCode associated with this product.
(Inherited from CProduct.)
mCOGAccount
The general ledger account for cost-of-goods sold.
(Inherited from CProduct.)
mCommissionRate
The commission rate on this product.
(Inherited from CProduct.)
mDecimalPoints
Contains the value of the DECIMAL_POINTS field of the Product table.
(Inherited from CProduct.)
mEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
mErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)
mFairMarketValue
The fair market value for this product.
(Inherited from CProduct.)
mGroup1
Contains the value of the GROUP_1 field of the Product table.
(Inherited from CProduct.)
mGroup2
Contains the value of the GROUP_2 field of the Product table.
(Inherited from CProduct.)
mGroup3
Contains the value of the GROUP_3 field of the Product table.
(Inherited from CProduct.)
mInventoryAccount
The general ledger account to be used for inventory.
(Inherited from CProduct.)
mIsCommissionable
Whether commission can be paid on this product.
(Inherited from CProduct.)
mIsComplimentary
Whether this product is complimentary.
(Inherited from CProduct.)
mIsFRItem
Whether this product is a fundraising item.
(Inherited from CProduct.)
mIsKit
Indicates whether the product is a kit.
(Inherited from CProduct.)
mIsPremium
Indicates whether this product is a premium for a fundraising effort.
(Inherited from CProduct.)
mKitItems
A collection of CKitItem objects representing the constituent products that are part of this kit product.
(Inherited from CProduct.)
mLocation
Contains the value of the LOCATION field of the Product table.
(Inherited from CProduct.)
mLotSerialExist
Contains the value of the LOT_SERIAL_EXIST field of the Product table.
(Inherited from CProduct.)
mNote
The note for this product.
(Inherited from CProduct.)
mOtherDescription
Contains the value of the OTHER_DESC field of the Product table.
(Inherited from CProduct.)
mPLPCode
Contains the value of the PLP_CODE field of the Product table.
(Inherited from CProduct.)
mPrice1
Contains the value of the PRICE_1 field of the Product table.
(Inherited from CProduct.)
mPrice2
Contains the value of the PRICE_2 field of the Product table.
(Inherited from CProduct.)
mPrice3
Contains the value of the PRICE_3 field of the Product table.
(Inherited from CProduct.)
mProductCategoryCode
The product category code for this product.
(Inherited from CProduct.)
mProrate
Contains the value of the PRORATE field of the Product table.
(Inherited from CProduct.)
mRenewMonths
Contains the value of the RENEW_MONTHS field of the Product table.
(Inherited from CProduct.)
mTaxableValue
The taxable value of this product.
(Inherited from CProduct.)
mUnitOfMeasure
The unit of measurement for this product.
(Inherited from CProduct.)
mWeight
The unit weight for this product.
(Inherited from CProduct.)

Properties

  NameDescription
AdjustmentAccount
Gets or sets the General Ledger account used to track adjustments to sales of this product.
(Inherited from CProduct.)
AmountToQualify
Gets or sets the monetary amount (in cash or in-kind) that is required in order to qualify for a club/award level.
(Inherited from CFundRaisingProduct.)
AppealCode
Gets or sets the appeal with which this gift is associated.
ApplyImageFlag
Gets or sets the APPLY_IMAGE field of the CProduct.
(Inherited from CProduct.)
ApplyInfoFlag
Gets or sets the APPLY_INFO field of the CProduct.
(Inherited from CProduct.)
ApplyThumbnailFlag
Gets or sets the APPLY_THUMBNAIL field of the CProduct.
(Inherited from CProduct.)
Attributes
Gets or sets the ATTRIBUTES field of the CProduct.
(Inherited from CProduct.)
CampaignCode
Gets or sets the campaign with which this gift is associated.
CatalogDescription
Gets or sets the CATALOG_DESC field of the CProduct.
(Inherited from CProduct.)
CommissionRate
Gets or sets the salesperson's commission rate for this product.
(Inherited from CProduct.)
CostOfGoodsAccount
Gets or sets the General Ledger account used to track the Cost of Goods for this product.
(Inherited from CProduct.)
DecimalPoints
Gets or sets the DECIMAL_POINTS field of the CProduct.
(Inherited from CProduct.)
DeferredIncomeAccount
Gets or sets the General Ledger account into which deferred income from the sales of this product should be credited.
(Inherited from CProduct.)
Description
Gets or sets the product's description.
(Inherited from CProduct.)
EditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Errors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
ErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
FairMarketValue
Gets or sets the fair market value associated with this gift.
FinancialEntityCode
Gets or sets a reference to the Financial Entity (Organization) to which this product belongs.
(Inherited from CProduct.)
FundCode
Gets or sets the fund with which this gift is associated.
FundRaisingType
Gets the type of fundraising product, i.e., DonorClub or a Gift.
(Inherited from CFundRaisingProduct.)
GiftAmount
Gets or sets the monetary amount (price) associated with the gift.
Group1
Gets or sets the GROUP_1 field of the CProduct.
(Inherited from CProduct.)
Group2
Gets or sets the GROUP_2 field of the CProduct.
(Inherited from CProduct.)
Group3
Gets or sets the GROUP_3 field of the CProduct.
(Inherited from CProduct.)
ImageUrl
Gets or sets an internet URL that points to an image of this product
(Inherited from CProduct.)
IncomeAccount
Gets or sets the General Ledger account into which income from the sales of this product should be credited.
(Inherited from CProduct.)
InfoUrl
Gets or sets an internet URL that points to a page containing information about this product
(Inherited from CProduct.)
InventoryAccount
Gets or sets the General Ledger account used to track inventory of this product.
(Inherited from CProduct.)
IsCashOnly
Gets or sets an indicator of whether donations have to be in cash (as opposed to in-kind) in order to be considered for qualification for the club.
(Inherited from CFundRaisingProduct.)
IsCommissionable
Gets or sets the COMMISIONABLE field of the CProduct.
(Inherited from CProduct.)
IsComplimentary
Gets or sets the COMPLIMENTARY field of the CProduct.
(Inherited from CProduct.)
IsFundRaisingItem
Gets or sets the IS_FR_ITEM field of the CProduct.
(Inherited from CProduct.)
IsKit
Gets or sets the IS_KIT field of the CProduct.
(Inherited from CProduct.)
IsPremium
Gets or sets the PREMIUM field of the CProduct.
(Inherited from CProduct.)
IsPSTTaxable
Gets or sets the PST_TAXABLE field of the CProduct.
(Inherited from CProduct.)
IsStockItem
Gets or sets the STOCK_ITEM field of the CProduct.
(Inherited from CProduct.)
IsTaxable
Gets or sets the TAXABLE field of the CProduct.
(Inherited from CProduct.)
KitItems
Gets an array of CKitItem objects for this CProduct. If the CProduct is not a kit, returns null.
(Inherited from CProduct.)
LetterTitle
Gets or sets the title of the letter to be sent when a Donor Club award level is reached (for DonorClubs) or a gift is to be sent (for Gifts).
(Inherited from CFundRaisingProduct.)
Location
Gets or sets the LOCATION field of the CProduct.
(Inherited from CProduct.)
LotSerialExistsFlag
Gets or sets the LOT_SERIAL_EXIST field of the CProduct.
(Inherited from CProduct.)
Note
Gets or sets the NOTE field of the CProduct.
(Inherited from CProduct.)
NumberOfDays
Gets or sets the time span to use to calculate total donations.
(Inherited from CFundRaisingProduct.)
OtherDescription
Gets or sets the OTHER_DESC field of the CProduct.
(Inherited from CProduct.)
PaymentPriority
Gets or sets the PAYMENT_PRIORITY field of the CProduct.
(Inherited from CProduct.)
Price1
Gets or sets the PRICE_1 field of the CProduct.
(Inherited from CProduct.)
Price2
Gets or sets the PRICE_2 field of the CProduct.
(Inherited from CProduct.)
Price3
Gets or sets the PRICE_3 field of the CProduct.
(Inherited from CProduct.)
PriceRulesExist
Gets or sets the an indication of whether special pricing rules exist for this product.
(Inherited from CProduct.)
ProductCategoryCode
Gets or sets the CATEGORY field of the CProduct.
(Inherited from CProduct.)
ProductCode
Gets the code identifying this product.
(Inherited from CProduct.)
ProductMajor
Gets the major portion of the product code.
(Inherited from CProduct.)
ProductMinor
Gets the minor portion of the product code.
(Inherited from CProduct.)
ProductTypeCode
Gets or sets the code identifying the product type.
(Inherited from CProduct.)
PromoteProductFlag
Gets or sets the PROMOTE field of the CProduct.
(Inherited from CProduct.)
ProrateRule
Gets or sets the PRORATE field of the CProduct.
(Inherited from CProduct.)
QualificationTimePeriod
Gets or sets the time period over which gifts may be totaled to qualify for some Club/Award level.
(Inherited from CFundRaisingProduct.)
RenewalMonths
Gets or sets the RENEW_MONTHS field of the CProduct.
(Inherited from CProduct.)
SellOnWeb
Gets or sets an indication of whether this product may be offered for sale on the website.
(Inherited from CProduct.)
StatusCode
Gets or sets the STATUS field of the CProduct.
(Inherited from CProduct.)
TaxableValue
Gets or sets the TAXABLE_VALUE field of the CProduct.
(Inherited from CProduct.)
TaxAuthorityCode
Gets or sets the TAX_AUTHORITY field of the CProduct.
(Inherited from CProduct.)
ThumbnailUrl
Gets or sets an internet URL that points to a thumbnail (small) image of this product
(Inherited from CProduct.)
Title
Gets or sets the name of the product.
(Inherited from CProduct.)
UnitOfMeasure
Gets or sets the UNIT_OF_MEASURE field of the CProduct.
(Inherited from CProduct.)
ViewOnWeb
Gets or sets an indication of whether this product may be displayed on the website.
(Inherited from CProduct.)
WebDescription
Gets or sets the WEB_DESC field of the CProduct.
(Inherited from CProduct.)
WebOption
Gets or sets the WEB_OPTION field of the CProduct.
(Inherited from CProduct.)
Weight
Gets or sets the WEIGHT field of the CProduct.
(Inherited from CProduct.)

See Also