MembershipType Class

Definition

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

Constructors

MembershipTypeInitializes a new instance of the MembershipType class

Properties

Code 
CustomerType 
Description 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsChapterMembership 
RevisionInformation
(Inherited from NetForumEntity)

Methods

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

See Also