Share via


ICustomer Interface

Definition

Represents the baseline customer interface.

public interface class ICustomer
public interface ICustomer
type ICustomer = interface
Public Interface ICustomer
Derived

Properties

CustomerId

Specifies the customer ID.

DesktopCustomer

Gets or sets the object containing the customer record.

IsNewCustomer

Gets or sets a Boolean value that specifies whether the customer is a new customer.

OriginatingSearchControl

Gets or sets the name of the control that originated this request.

SerializedCustomer

Gets or sets the serialized version of the customer object.

TargetContextManagerControl

Gets or sets the name of the control that is managing the context setup and configuration.

Applies to