CustomerAffiliation Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmIxoRelationship
      Ignition.CrmCustomerAffiliation
        Ignition.CrmIndividualAffiliation
        Ignition.CrmOrganizationAffiliation

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public abstract class CustomerAffiliation : IxoRelationship

The CustomerAffiliation type exposes the following members.

Constructors
 NameDescription
Protected methodCustomerAffiliationInitializes a new instance of the CustomerAffiliation class
Top
Properties
 NameDescription
Public propertyEndDate
(Inherited from IxoRelationship)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualId
(Inherited from IxoRelationship)
Public propertyIsPrimaryOrganizationForIndividual Indicates that the individual in this relationship's primary organization is the organization in this relationship. Setting a new or previously false value to true will make this affiliation primary for the individual. Setting a previously true value to false will make the individual have no primary affiliation.
(Inherited from IxoRelationship)
Public propertyOrganizationId
(Inherited from IxoRelationship)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyRole
(Inherited from IxoRelationship)
Public propertyStartDate
(Inherited from IxoRelationship)
Public propertyTitle
(Inherited from IxoRelationship)
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 IxoRelationship)
Top
See Also