IxoRelationship Class

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

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

The IxoRelationship type exposes the following members.

Constructors
 NameDescription
Protected methodIxoRelationshipInitializes a new instance of the IxoRelationship class
Top
Properties
 NameDescription
Public propertyEndDate 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualId 
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.
Public propertyOrganizationId 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyRole 
Public propertyStartDate 
Public propertyTitle 
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 
Top
See Also