CpxRelationship Class

Represents a NetFORUM CpxRelationship via the ChapterOfficers business object

Definition

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

Constructors

CpxRelationshipInitializes a new instance of the CpxRelationship class

Properties

ChapterId 
EndDate 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualId 
PositionCode 
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