Click or drag to resize

Individual Class

Represents a NetFORUM Individual
Inheritance Hierarchy

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Individual")]
public class Individual : Customer<IndividualAddress, IndividualPhone, IndividualFax, IndividualEmail, IndividualWebsite, IndividualAffiliation>, 
	IIndividualIdentity, ICustomerIdentity

The Individual type exposes the following members.

Constructors
 NameDescription
Public methodIndividualInitializes a new instance of the Individual class
Top
Properties
 NameDescription
Public propertyAddresses
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyAge 
Public propertyChapterMembership 
Public propertyChapterMembershipDaysRemainingObsolete.
Public propertyChapterMembershipExpireDateObsolete.
Public propertyChapterMembershipJoinDateObsolete.
Public propertyChapterMemberships 
Public propertyChapterOfficerships 
Public propertyChapterRelationships 
Public propertyCustomerType
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyDateOfBirth 
Public propertyDefaultBillingAddress
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyDesignation 
Public propertyDisplayName 
Public propertyEmails
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyEnteredFieldDate 
Public propertyEthnicity 
Public propertyFaxes
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyFirstName 
Public propertyFullName 
Public propertyGender 
Public propertyGraduationDate 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualType 
Public propertyInvoices 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)
Public propertyIsDeceased 
Public propertyIsMember 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)
Public propertyIsRequiredToChangePassword 
Public propertyLastName 
Public propertyLicenseNumber 
Public propertyMaidenName 
Public propertyMaritalStatus 
Public propertyMiddleName 
Public propertyNationalMembership 
Public propertyNationalMembershipDaysRemainingObsolete.
Public propertyNationalMembershipExpireDateObsolete.
Public propertyNationalMembershipJoinDateObsolete.
Public propertyNationalMemberships 
Public propertyNickName 
Public propertyOrders 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)
Public propertyOrganizationId 
Public propertyOrganizationRelationships 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.
Public propertyOrganizationRelationshipsHistorical A collection of past relationships with organizations that are no longer active, meaning that the end date of the relationship has passed.
Public propertyPassword A write-only property for setting this customer's password. To validate passwords, use NetForumAuthenticationManager.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPayments Collection of Payments made by this customer.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPhones
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPrefix 
Public propertyPrimaryAddress
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPrimaryEmail
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPrimaryFax
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPrimaryOrganizationName 
Public propertyPrimaryOrganizationRelationship 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
Public propertyPrimaryPhone
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyPrimaryWebsite
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyReceivesMemberBenefits 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)
Public propertyRecordNumber
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyRecordNumberId
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySalary 
Public propertySalutation 
Public propertySavedCreditCards The credit cards saved to netFORUM under this user.
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertySortName
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertySpouseName 
Public propertySuffix 
Public propertyTitleAtPrimaryOrganization 
Public propertyWebLogin A unique username, typically used to identify this customer when authenticating against netFORUM
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
Public propertyWebsites
(Inherited from CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliation)
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 methodHasOrganizationDefined 
Public methodSetWriteInOrganizationName 
Public methodSetWriteInTitle 
Top
See Also