Click or drag to resize

FundPurpose Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.Products.FundraisingFxpRelationship
      Ignition.Commerce.Products.FundraisingFundPurpose

Namespace: Ignition.Commerce.Products.Fundraising
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class FundPurpose : FxpRelationship

The FundPurpose type exposes the following members.

Constructors
 NameDescription
Public methodFundPurposeInitializes a new instance of the FundPurpose class
Top
Properties
 NameDescription
Public propertyCode 
Public propertyDescription 
Public propertyEnabled 
Public propertyEndDate 
Public propertyFundId
(Overrides FxpRelationshipFundId)
Public propertyGoalAmount 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyNotes 
Public propertyPledgedAmount 
Public propertyPurposeId
(Overrides FxpRelationshipPurposeId)
Public propertyRaisedAmount 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStartDate 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also