CommitteePosition Class

Definition

Namespace: Ignition.Committees
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class CommitteePosition : CopRelationship
Inheritance
Object    NetForumEntity    CopRelationship    CommitteePosition

Constructors

CommitteePositionInitializes a new instance of the CommitteePosition class

Properties

CommitteeId
(Overrides CopRelationshipCommitteeId)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsPositionAdmin
(Inherited from CopRelationship)
IsPositionChapter
(Inherited from CopRelationship)
IsPositionFunded
(Inherited from CopRelationship)
IsPositionRenewable
(Inherited from CopRelationship)
IsPositionVoting
(Inherited from CopRelationship)
Order
(Inherited from CopRelationship)
PositionId
(Inherited from CopRelationship)
RevisionInformation
(Inherited from NetForumEntity)
Term
(Inherited from CopRelationship)

Methods

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

See Also