IndividualAffiliation Class

Represents a NetFORUM IndividualAffiliation

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("IndividualAffiliation")]
public class IndividualAffiliation : CustomerAffiliation
Inheritance
Object    NetForumEntity    IxoRelationship    CustomerAffiliation    IndividualAffiliation

Constructors

IndividualAffiliationInitializes a new instance of the IndividualAffiliation class

Properties

EndDate
(Inherited from IxoRelationship)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualId
(Overrides IxoRelationshipIndividualId)
IsPrimaryOrganizationForIndividual 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)
OrganizationId
(Inherited from IxoRelationship)
OrganizationName 
OrganizationType 
RevisionInformation
(Inherited from NetForumEntity)
Role
(Inherited from IxoRelationship)
StartDate
(Inherited from IxoRelationship)
Title
(Inherited from IxoRelationship)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Create Instantiates a new IndividualAffiliation, automatically filling in the appropriate fields using the passed Individual and Organization
IsActive
(Inherited from IxoRelationship)

See Also