AuthenticatedCustomer Class

Holds basic information about an authenticated customer

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class AuthenticatedCustomer : ICustomer, 
	ICustomerIdentity
Inheritance
Object    AuthenticatedCustomer
Implements
ICustomer, ICustomerIdentity

Constructors

AuthenticatedCustomerInitializes a new instance of the AuthenticatedCustomer class

Properties

CustomerType 
FirstName If the authenticated customer is an Individual, the Individual's first name; otherwise, null.
Id 
IsMember 
LastName If the authenticated customer is an Individual, the Individual's last name; otherwise,null.
PrimaryEmailAddress 
RecordNumber 
RecordNumberId 
SortName 
WebLogin 

See Also