DonationOption Class

Definition

Namespace: Ignition.Commerce.Products.Fundraising
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class DonationOption : InventoryPrice
Inheritance
Object    NetForumEntity    InventoryPrice    DonationOption

Constructors

DonationOptionInitializes a new instance of the DonationOption class

Properties

Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Name
(Inherited from InventoryPrice)
Price 
ProductId
(Inherited from InventoryPrice)
RevisionInformation
(Inherited from NetForumEntity)
SuggestedDonation 
TermId
(Inherited from InventoryPrice)
Value
(Inherited from InventoryPrice)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also