CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationSave Method

Save a customer

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public virtual void Save(
	TCustomer entity
)

Parameters

entity  TCustomer
The customer to save

Exceptions

IgnitionUserInputException A Password was provided, but it did not meet the password complexity requirements defined in netFORUM. See SetPassword(ICustomer, String) for more information.

See Also