Share via


CustomerManager Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Manages storage and retrieval of Customer objects.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class CustomerManager _
    Inherits MarketingServices
'Usage
Dim instance As CustomerManager
[ComVisibleAttribute(false)]
public sealed class CustomerManager : MarketingServices
[ComVisibleAttribute(false)]
public ref class CustomerManager sealed : public MarketingServices
public final class CustomerManager extends MarketingServices

Remarks

CustomerManager can be used for creating, retrieving, deleting, restoring or searching Customer objects.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Marketing..::.MarketingServices
    Microsoft.CommerceServer.Marketing..::.CustomerManager

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CustomerManager Members

Microsoft.CommerceServer.Marketing Namespace