Chapter Class

Represents a NetFORUM Chapter

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Chapter")]
public class Chapter : NetForumEntity, ICustomer, 
	ICustomerIdentity
Inheritance
Object    NetForumEntity    Chapter
Implements
ICustomer, ICustomerIdentity

Constructors

ChapterInitializes a new instance of the Chapter class

Properties

ChapterCode 
ChapterName 
ChapterType 
ChapterTypeId 
CustomerType 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualRelationships A collection of all relationships with individuals, active or inactive. This collection does not exclude relationships based on start or end date, nor does it exclude relationships with soft deleted individuals.
Officers 
RecordNumber 
RecordNumberId 
RevisionInformation
(Inherited from NetForumEntity)
SortName 

Methods

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

See Also