Click or drag to resize

IndividualChapterRelationship Class

Represents a NetFORUM Individual-to-Chapter relationship, via the CO_Customer_X_Customer business object
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmCxcRelationship
      Ignition.CrmCxcIndividualChapterRelationship
        Ignition.CrmIndividualChapterRelationship

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("CO_Customer_X_Customer")]
public class IndividualChapterRelationship : CxcIndividualChapterRelationship

The IndividualChapterRelationship type exposes the following members.

Constructors
 NameDescription
Public methodIndividualChapterRelationshipInitializes a new instance of the IndividualChapterRelationship class
Top
Properties
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Public methodStatic memberCreate 
Public methodGetRelatedCustomer
(Inherited from CxcRelationship)
Public methodIsActive
(Inherited from CxcRelationship)
Top
See Also