ICustomer Interface


Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface ICustomer : ICustomerIdentity

The ICustomer type exposes the following members.

Properties
 NameDescription
Public propertyCustomerType Customer type, which in baseline will be either Individual, Organization, or Chapter/Affiliate
Public propertyId NetFORUM Customer Key
(Inherited from ICustomerIdentity)
Public propertyRecordNumber NetFORUM Record Number, which is also sometimes called the Member ID or Member Number
Public propertyRecordNumberId NetFORUM "Customer ID", which is the record number padded to 9 digits with leading 0's and a suffix of I, O, or C for Individual, Organization, or Chapter
Public propertySortName NetFORUM Sort Name. For individuals, typically in the format of LAST FIRST MIDDLE, based on IndSortNameFormat system option. For organizations, typically this is the same as the organization name and is based on OrgSortNameFormat system option.
Top
See Also