CommitteeBase Class

Represents general information about a NetFORUM Committee

Definition

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

Constructors

CommitteeBaseInitializes a new instance of the CommitteeBase class

Properties

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

Methods

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

See Also