Click or drag to resize

Membership Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.MembershipsMembership
      Ignition.MembershipsChapterMembership
      Ignition.MembershipsNationalMembership

Namespace: Ignition.Memberships
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("mb_membership")]
public class Membership : NetForumEntity

The Membership type exposes the following members.

Constructors
 NameDescription
Public methodMembershipInitializes a new instance of the Membership class
Top
Properties
 NameDescription
Public propertyCustomerId 
Public propertyEffectiveDate This field always has the same value as RenewDate. NetFORUM internal business logic determines what the value actually represents.
Public propertyExpireDate 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyJoinDate 
Public propertyMembershipPackageId 
Public propertyMembershipRenewalPackageId 
Public propertyMemberStatusId 
Public propertyMemberType 
Public propertyMemberTypeDescription 
Public propertyMemberTypeId 
Public propertyRejoinDate 
Public propertyRenewDate 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySourceCode 
Public propertyTerminateDate 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Public methodIsTerminated 
Top
See Also