Click or drag to resize

CommitteeBase Class

Represents general information about a NetFORUM Committee
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CommitteesCommitteeBase
      Ignition.CommitteesCommittee
      Ignition.CommitteesSubcommittee

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

The CommitteeBase type exposes the following members.

Constructors
 NameDescription
Protected methodCommitteeBaseInitializes a new instance of the CommitteeBase class
Top
Properties
 NameDescription
Public propertyCommitteeCode 
Public propertyCommitteeType 
Public propertyDescription 
Public propertyEndDate 
Public propertyHtmlDescription 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyName 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyStartDate 
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 
Top
See Also