IxoRelationship Class

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public abstract class IxoRelationship : NetForumEntity
Inheritance
Object    NetForumEntity    IxoRelationship
Derived

Constructors

IxoRelationshipInitializes a new instance of the IxoRelationship class

Properties

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

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
IsActive 

See Also