Subcommittee Class

Represents a NetFORUM Subcommittee, which is the same as a NetFORUM committee, but with a parent committee defined. The Ignition entity does not contain the same collections as a normal committee to avoid having n-layers of data, though the actual NetFORUM data model may be infinitely deep

Definition

Namespace: Ignition.Committees
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Committee")]
public class Subcommittee : CommitteeBase
Inheritance
Object    NetForumEntity    CommitteeBase    Subcommittee

Constructors

SubcommitteeInitializes a new instance of the Subcommittee class

Properties

CommitteeCode
(Inherited from CommitteeBase)
CommitteeType
(Inherited from CommitteeBase)
Description
(Inherited from CommitteeBase)
EndDate
(Inherited from CommitteeBase)
HtmlDescription
(Inherited from CommitteeBase)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Name
(Inherited from CommitteeBase)
ParentCommitteeId 
RevisionInformation
(Inherited from NetForumEntity)
StartDate
(Inherited from CommitteeBase)

Methods

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

See Also