Individual Class

Represents a NetFORUM Individual

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Individual")]
public class Individual : Customer<IndividualAddress, IndividualPhone, IndividualFax, IndividualEmail, IndividualWebsite, IndividualAffiliation>, 
	IIndividualIdentity, ICustomerIdentity
Inheritance
Object    NetForumEntity    CustomerIndividualAddress, IndividualPhone, IndividualFax, IndividualEmail, IndividualWebsite, IndividualAffiliation    Individual
Implements
ICustomerIdentity, IIndividualIdentity

Constructors

IndividualInitializes a new instance of the Individual class

Properties

Addresses
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Age 
ChapterMembership 
ChapterMembershipDaysRemainingObsolete.
ChapterMembershipExpireDateObsolete.
ChapterMembershipJoinDateObsolete.
ChapterMemberships 
ChapterOfficerships 
ChapterRelationships 
CustomerType
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
DateOfBirth 
DefaultBillingAddress
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Designation 
DisplayName 
Emails
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
EnteredFieldDate 
Ethnicity 
Faxes
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
FirstName 
FullName 
Gender 
GraduationDate 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualType 
Invoices Collection of Invoices on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
IsDeceased 
IsMember A flag indicating if the customer is a member. Note that a customer may receive member benefits, but not actually be a member themselves. See ReceivesMemberBenefits for this.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
IsRequiredToChangePassword 
LastName 
LicenseNumber 
MaidenName 
MaritalStatus 
MiddleName 
NationalMembership 
NationalMembershipDaysRemainingObsolete.
NationalMembershipExpireDateObsolete.
NationalMembershipJoinDateObsolete.
NationalMemberships 
NickName 
Orders Collection of Orders on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
OrganizationId 
OrganizationRelationships A collection of currently active relationships with organizations. As with the iWeb child form, this collection includes relationships that have not yet reached their start date, but always excludes those that have passed their end date.
OrganizationRelationshipsHistorical A collection of past relationships with organizations that are no longer active, meaning that the end date of the relationship has passed.
Password A write-only property for setting this customer's password. To validate passwords, use NetForumAuthenticationManager.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Payments Collection of Payments made by this customer.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Phones
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Prefix 
PrimaryAddress
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
PrimaryEmail
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
PrimaryFax
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
PrimaryOrganizationName 
PrimaryOrganizationRelationship The organization relationship that is marked as primary for this individual. If you would like to set a new primary organization relationship, find the relationship you would like to update in the OrganizationRelationships collection, set its IsPrimaryOrganizationForIndividual property to true, and save the individual
PrimaryPhone
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
PrimaryWebsite
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
ReceivesMemberBenefits A flag indicating if the customer receives member benefits. Note that a customer may receive member benefits, but not actually be a member themselves. See IsMember for this.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
RecordNumber
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
RecordNumberId
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
RevisionInformation
(Inherited from NetForumEntity)
Salary 
Salutation 
SavedCreditCards The credit cards saved to netFORUM under this user.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
SortName
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
SpouseName 
Suffix 
TitleAtPrimaryOrganization 
WebLogin A unique username, typically used to identify this customer when authenticating against netFORUM
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Websites
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)

Methods

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

See Also