Campaign Class

Definition

Namespace: Ignition.Commerce.Products.Fundraising
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("FundraisingCampaignCodes")]
public class Campaign : NetForumEntity
Inheritance
Object    NetForumEntity    Campaign

Constructors

CampaignInitializes a new instance of the Campaign class

Properties

Code 
Description 
Enabled 
EndDate 
Funds 
GoalAmount 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Notes 
PledgedAmount 
RaisedAmount 
RevisionInformation
(Inherited from NetForumEntity)
StartDate 

Methods

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

See Also