Committee Class

Represents a NetFORUM Committee

Definition

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

Constructors

CommitteeInitializes a new instance of the Committee class

Properties

Association 
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)
IsSubcommittee 
Name
(Inherited from CommitteeBase)
ParentCommitteeId 
Region 
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