Click or drag to resize

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
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CommitteesCommitteeBase
      Ignition.CommitteesSubcommittee

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

The Subcommittee type exposes the following members.

Constructors
 NameDescription
Public methodSubcommitteeInitializes a new instance of the Subcommittee class
Top
Properties
 NameDescription
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 propertyName
(Inherited from CommitteeBase)
Public propertyParentCommitteeId 
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