RecognitionLevel Class

Definition

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

Constructors

RecognitionLevelInitializes a new instance of the RecognitionLevel class

Properties

Code 
FundId 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IncludeSoftCredits 
MaximumAmount 
MinimumAmount 
RevisionInformation
(Inherited from NetForumEntity)

Methods

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

See Also