World is now on Opti ID! Learn more

Class CustomerOptions

Contains options that for the customer system.

Inheritance
System.Object
CustomerOptions
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CustomerOptions : Object

Constructors

CustomerOptions()

Declaration
public CustomerOptions()

Properties

AutoInstall

Gets a value indicating whether to automatically install metadata definitions for entities related to customers/contacts.

Declaration
public bool AutoInstall { get; set; }
Property Value
Type Description
System.Boolean

true if automatic install should happen; otherwise, false.

Cache

Config settings which define where caching is enabled and timeouts related to it.

Declaration
public CustomerCacheOptions Cache { get; set; }
Property Value
Type Description
CustomerCacheOptions

The cache.

DemoInstall

Gets a value indicating whether to automatically install sample customers in the system.

Declaration
public bool DemoInstall { get; set; }
Property Value
Type Description
System.Boolean

true if customers should be created; otherwise, false.