Click or drag to resize

AuthenticatedCustomer Class

Holds basic information about an authenticated customer
Inheritance Hierarchy
SystemObject
  Ignition.Crm.AccountManagementAuthenticatedCustomer

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class AuthenticatedCustomer : ICustomer, 
	ICustomerIdentity

The AuthenticatedCustomer type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticatedCustomerInitializes a new instance of the AuthenticatedCustomer class
Top
Properties
 NameDescription
Public propertyCustomerType 
Public propertyFirstName If the authenticated customer is an Individual, the Individual's first name; otherwise, null.
Public propertyId 
Public propertyIsMember 
Public propertyLastName If the authenticated customer is an Individual, the Individual's last name; otherwise,null.
Public propertyPrimaryEmailAddress 
Public propertyRecordNumber 
Public propertyRecordNumberId 
Public propertySortName 
Public propertyWebLogin 
Top
See Also