Membership Class

Definition

Namespace: Ignition.Memberships
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("mb_membership")]
public class Membership : NetForumEntity
Inheritance
Object    NetForumEntity    Membership
Derived

Constructors

MembershipInitializes a new instance of the Membership class

Properties

CustomerId 
EffectiveDate This field always has the same value as RenewDate. NetFORUM internal business logic determines what the value actually represents.
ExpireDate 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
JoinDate 
MembershipPackageId 
MembershipRenewalPackageId 
MemberStatusId 
MemberType 
MemberTypeDescription 
MemberTypeId 
RejoinDate 
RenewDate 
RevisionInformation
(Inherited from NetForumEntity)
SourceCode 
TerminateDate 

Methods

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

See Also