Click or drag to resize

Committee Class

Represents a NetFORUM Committee
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CommitteesCommitteeBase
      Ignition.CommitteesCommittee

Namespace: Ignition.Committees
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Committee")]
public class Committee : CommitteeBase

The Committee type exposes the following members.

Constructors
 NameDescription
Public methodCommitteeInitializes a new instance of the Committee class
Top
Properties
 NameDescription
Public propertyAssociation 
Public propertyCommitteeCode
(Inherited from CommitteeBase)
Public propertyCommitteeType
(Inherited from CommitteeBase)
Public propertyDescription
(Inherited from CommitteeBase)
Public propertyEndDate
(Inherited from CommitteeBase)
Public propertyHtmlDescription
(Inherited from CommitteeBase)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsSubcommittee 
Public propertyName
(Inherited from CommitteeBase)
Public propertyParentCommitteeId 
Public propertyRegion 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStartDate
(Inherited from CommitteeBase)
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Public methodIsActive
(Inherited from CommitteeBase)
Top
See Also