Click or drag to resize

ChapterMembership Class

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

Namespace: Ignition.Memberships
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class ChapterMembership : Membership

The ChapterMembership type exposes the following members.

Constructors
 NameDescription
Public methodChapterMembershipInitializes a new instance of the ChapterMembership class
Top
Properties
 NameDescription
Public propertyChapterId 
Public propertyChapterName 
Public propertyCustomerId
(Inherited from Membership)
Public propertyEffectiveDate This field always has the same value as RenewDate. NetFORUM internal business logic determines what the value actually represents.
(Inherited from Membership)
Public propertyExpireDate
(Inherited from Membership)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyJoinDate
(Inherited from Membership)
Public propertyMembershipPackageId
(Inherited from Membership)
Public propertyMembershipRenewalPackageId
(Inherited from Membership)
Public propertyMemberStatusId
(Inherited from Membership)
Public propertyMemberType
(Inherited from Membership)
Public propertyMemberTypeDescription
(Inherited from Membership)
Public propertyMemberTypeId
(Inherited from Membership)
Public propertyRejoinDate
(Inherited from Membership)
Public propertyRenewDate
(Inherited from Membership)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySourceCode
(Inherited from Membership)
Public propertyTerminateDate
(Inherited from Membership)
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
(Inherited from Membership)
Top
See Also