ChapterType Class

Represents a NetFORUM ChapterType

Definition

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

Constructors

ChapterTypeInitializes a new instance of the ChapterType class

Properties

Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
RevisionInformation
(Inherited from NetForumEntity)
TypeCode 

Methods

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

See Also