Click or drag to resize

Purpose Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.Products.FundraisingPurpose

Namespace: Ignition.Commerce.Products.Fundraising
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("FundraisingFundCodes")]
public class Purpose : NetForumEntity

The Purpose type exposes the following members.

Constructors
 NameDescription
Public methodPurposeInitializes a new instance of the Purpose class
Top
Properties
 NameDescription
Public propertyCode 
Public propertyDescription 
Public propertyEnabled 
Public propertyEndDate 
Public propertyFunds 
Public propertyGoalAmount 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyNotes 
Public propertyPledgedAmount 
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