Click or drag to resize

IndividualAffiliation Class

Represents a NetFORUM IndividualAffiliation
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmIxoRelationship
      Ignition.CrmCustomerAffiliation
        Ignition.CrmIndividualAffiliation

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

The IndividualAffiliation type exposes the following members.

Constructors
 NameDescription
Public methodIndividualAffiliationInitializes a new instance of the IndividualAffiliation class
Top
Properties
 NameDescription
Public propertyEndDate
(Inherited from IxoRelationship)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualId
(Overrides IxoRelationshipIndividualId)
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 propertyOrganizationName 
Public propertyOrganizationType 
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 methodStatic memberCreate Instantiates a new IndividualAffiliation, automatically filling in the appropriate fields using the passed Individual and Organization
Public methodIsActive
(Inherited from IxoRelationship)
Top
See Also