Class CustomerOptions
Contains options that for the customer system.
Inheritance
System.Object
CustomerOptions
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
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 |
|
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 |
|