|
CxenseDataAppender Enumeration |
An enum that defines different possible data appenders to be used to collect customer information.
Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
None | 0 |
No appenders are to be executed.
|
Default | 1 |
The default appender that collects subscription status and birthyear.
|
GenderAppender | 2 |
Collects the customers gender from the Dynamic Attributes of the customer.
|
LocationAppender | 4 |
Collects the customers location in the form of a zipcode and country code based on the current main address.
|
Remarks
When adding a new Appender the enum value must be in powers of two, i.e double the previous value.
Example: If the last appender is "test1 = 8" the next appender must be set to this "test2 = 16".
See Also