Click or drag to resize
Infosoft Logo

CustomerDynamicAttributeService Class

An implementation of the ICustomerDynamicAttributeService
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.CustomerServicesCustomerDynamicAttributeService

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class CustomerDynamicAttributeService

The CustomerDynamicAttributeService type exposes the following members.

Methods
 NameDescription
Public methodGetCustomerDynamicAttributes Get a list of all dynamic attributes applied to the specified customernumber.
Public methodSetCustomerDynamicAttributes Sets the customer dynamic attributes. All specified attributes will be set while attributes not specified will remain untouched. Attributes that already exists will be overriden with the new value. To remove an attribute set its value to the empty string.
Top
See Also