Click or drag to resize

Chapter Class

Represents a NetFORUM Chapter
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmChapter

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Chapter")]
public class Chapter : NetForumEntity, ICustomer, 
	ICustomerIdentity

The Chapter type exposes the following members.

Constructors
 NameDescription
Public methodChapterInitializes a new instance of the Chapter class
Top
Properties
 NameDescription
Public propertyChapterCode 
Public propertyChapterName 
Public propertyChapterType 
Public propertyChapterTypeId 
Public propertyCustomerType 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualRelationships 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.
Public propertyOfficers 
Public propertyRecordNumber 
Public propertyRecordNumberId 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySortName 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also