Foundation Technology

Get more value from your data with integrated data cleansing in your systems. Automate data extraction, cleansing and import for greater efficiency.

 

ServiceOption

Definition

            public class ServiceOption
            {
                public string Name;
                public string Description;
                public string Value;
                public ServiceOptionType Type;
                public string[] EnumValues;
                public string[] EnumDescriptions;
            }
        

Description

Defines an option that alters how a data cleansing Service is applied.

  • The Name field uniquely identifies the option within the service.
  • The Description field provides a human-readable name for the option.
  • The Value field contains the current value of the option. Although this field is defined as a string, the acceptable value formats may be restricted according to the Type value.
  • The Type field contains a value indicating what type of values the Value field can hold. It can be set to one of the values defined in the ServiceOptionType enumeration.
  • The EnumValues field contains an array of the values that the Value field is allowed to hold when the Type field is set to Enum.
  • The EnumDescriptions field contains an array of human-readable descriptions that identify what the corresponding value in the EnumValues field means.

The calling application can assign a new value to the Value field before submitting the list of selected data cleansing services to the UpdateQuote or PurchaseResults methods. It should first examine the value stored in the Type field that indicates what kind of values are allowed for the option.

If the Type field is set to Enum, the EnumValues field contains an array of the only values that are allowed to be assigned to the Value field. The EnumDescriptions field contains a corresponding array of human-readable descriptions that identify the meaning of the value in the EnumValues field with the same index, i.e. the first value in the EnumDescriptions field describes the first value in the EnumValues field, and so on.

Results Manager documentation

Skip Navigation Links
Request handled by server S1 for client 38.107.179.217 at 22/05/2012 06:15:54