Click or drag to resize

OrganizationAffiliation Class

Represents a NetFORUM OrganizationAffiliation
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CrmIxoRelationship
      Ignition.CrmCustomerAffiliation
        Ignition.CrmOrganizationAffiliation

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

The OrganizationAffiliation type exposes the following members.

Constructors
 NameDescription
Public methodOrganizationAffiliationInitializes a new instance of the OrganizationAffiliation class
Top
Properties
 NameDescription
Public propertyEndDate
(Inherited from IxoRelationship)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualFullName 
Public propertyIndividualId
(Inherited from IxoRelationship)
Public propertyIndividualPrimaryEmail 
Public propertyIndividualSortName 
Public propertyIsPrimaryContactForOrganization Indicates that this OrganizationAffiliation's Individual matches the PrimaryContactId of the Organization
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
(Overrides IxoRelationshipOrganizationId)
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 OrganizationAffiliation, automatically filling in the appropriate fields using the passed Individual and Organization
Public methodIsActive
(Inherited from IxoRelationship)
Top
See Also